Class BlockCipherFactory.CipherEntry

  • Enclosing class:
    BlockCipherFactory

    static class BlockCipherFactory.CipherEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int blocksize  
      (package private) java.lang.String cipherClass  
      (package private) int keysize  
      (package private) java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      CipherEntry​(java.lang.String type, int blockSize, int keySize, java.lang.String cipherClass)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        java.lang.String type
      • blocksize

        int blocksize
      • keysize

        int keysize
      • cipherClass

        java.lang.String cipherClass
    • Constructor Detail

      • CipherEntry

        public CipherEntry​(java.lang.String type,
                           int blockSize,
                           int keySize,
                           java.lang.String cipherClass)