Package com.google.crypto.tink.subtle
Class EngineWrapper.TCipher
- java.lang.Object
-
- com.google.crypto.tink.subtle.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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.crypto.tink.subtle.EngineWrapper
EngineWrapper.TCipher, EngineWrapper.TKeyAgreement, EngineWrapper.TKeyFactory, EngineWrapper.TKeyPairGenerator, EngineWrapper.TMac, EngineWrapper.TMessageDigest, EngineWrapper.TSignature
-
-
Constructor Summary
Constructors Constructor Description TCipher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.crypto.CiphergetInstance(java.lang.String algorithm, java.security.Provider provider)Should call T.getInstance(...).
-
-
-
Method Detail
-
getInstance
public javax.crypto.Cipher getInstance(java.lang.String algorithm, java.security.Provider provider) throws java.security.GeneralSecurityExceptionDescription copied from interface:EngineWrapperShould call T.getInstance(...).- Specified by:
getInstancein interfaceEngineWrapper<javax.crypto.Cipher>- Throws:
java.security.GeneralSecurityException
-
-