Class EngineWrapper.TCipher

  • All Implemented Interfaces:
    EngineWrapper<javax.crypto.Cipher>
    Enclosing interface:
    EngineWrapper<T>

    public static class EngineWrapper.TCipher
    extends java.lang.Object
    implements EngineWrapper<javax.crypto.Cipher>
    Cipher wrapper.
    • Constructor Detail

      • TCipher

        public TCipher()
    • Method Detail

      • getInstance

        public javax.crypto.Cipher getInstance​(java.lang.String algorithm,
                                               java.security.Provider provider)
                                        throws java.security.GeneralSecurityException
        Description copied from interface: EngineWrapper
        Should call T.getInstance(...).
        Specified by:
        getInstance in interface EngineWrapper<javax.crypto.Cipher>
        Throws:
        java.security.GeneralSecurityException