Uses of Interface
io.github.mmm.crypto.crypt.Decryptor
-
-
Uses of Decryptor in io.github.mmm.crypto.asymmetric.access
Methods in io.github.mmm.crypto.asymmetric.access that return Decryptor Modifier and Type Method Description DecryptorAsymmetricAccess. newDecryptor(PR privateKey)DecryptorAsymmetricAccess. newDecryptorUnsafe(Key decryptionKey) -
Uses of Decryptor in io.github.mmm.crypto.asymmetric.crypt
Methods in io.github.mmm.crypto.asymmetric.crypt that return Decryptor Modifier and Type Method Description default DecryptorAsymmetricCryptorFactory. newDecryptor(PR privateKey) -
Uses of Decryptor in io.github.mmm.crypto.asymmetric.sign
Methods in io.github.mmm.crypto.asymmetric.sign that return Decryptor Modifier and Type Method Description protected DecryptorSignatureVerifierImplCryptorWithHash. getSignatureAlgorithm()Constructors in io.github.mmm.crypto.asymmetric.sign with parameters of type Decryptor Constructor Description SignatureVerifierImplCryptorWithHash(HashCreator hashGenerator, Decryptor decryptor)The constructor. -
Uses of Decryptor in io.github.mmm.crypto.crypt
Subinterfaces of Decryptor in io.github.mmm.crypto.crypt Modifier and Type Interface Description interfaceAbstractDecryptorAbstract implementation ofDecryptor.Classes in io.github.mmm.crypto.crypt that implement Decryptor Modifier and Type Class Description classDecryptorImplCipherclassDecryptorImplCombinedMethods in io.github.mmm.crypto.crypt that return Decryptor Modifier and Type Method Description default DecryptorAbstractDecryptor. combine(Decryptor... decryptors)DecryptorDecryptor. combine(Decryptor... decryptors)DecryptorCryptorFactory. newDecryptorUnsafe(Key decryptionKey)Please use typesafenewEncryptormethod instead to avoid mistakes (passing wrongKey).DecryptorCryptorFactoryImpl. newDecryptorUnsafe(Key decryptionKey)Methods in io.github.mmm.crypto.crypt with parameters of type Decryptor Modifier and Type Method Description default DecryptorAbstractDecryptor. combine(Decryptor... decryptors)DecryptorDecryptor. combine(Decryptor... decryptors)Constructors in io.github.mmm.crypto.crypt with parameters of type Decryptor Constructor Description DecryptorImplCombined(Decryptor[] decryptors)The constructor. -
Uses of Decryptor in io.github.mmm.crypto.symmetric.access
Methods in io.github.mmm.crypto.symmetric.access that return Decryptor Modifier and Type Method Description DecryptorSymmetricAccess. newDecryptor(K decryptionKey)DecryptorSymmetricAccess. newDecryptorUnsafe(Key decryptionKey) -
Uses of Decryptor in io.github.mmm.crypto.symmetric.crypt
Methods in io.github.mmm.crypto.symmetric.crypt that return Decryptor Modifier and Type Method Description default DecryptorSymmetricCryptorFactory. newDecryptor(K decryptionKey)DecryptorSymmetricCryptorFactoryImpl. newDecryptorUnsafe(Key decryptionKey)
-