Interface BaseCipher.CipherFactory

  • Enclosing class:
    BaseCipher

    static interface BaseCipher.CipherFactory
    • Method Detail

      • getCipher

        javax.crypto.Cipher getCipher​(java.lang.String transformation)
                               throws java.security.GeneralSecurityException
        Throws:
        java.security.GeneralSecurityException