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 Decryptor
AsymmetricAccess. newDecryptor(PR privateKey)
Decryptor
AsymmetricAccess. 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 Decryptor
AsymmetricCryptorFactory. 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 Decryptor
SignatureVerifierImplCryptorWithHash. 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 interface
AbstractDecryptor
Abstract implementation ofDecryptor
.Classes in io.github.mmm.crypto.crypt that implement Decryptor Modifier and Type Class Description class
DecryptorImplCipher
class
DecryptorImplCombined
Methods in io.github.mmm.crypto.crypt that return Decryptor Modifier and Type Method Description default Decryptor
AbstractDecryptor. combine(Decryptor... decryptors)
Decryptor
Decryptor. combine(Decryptor... decryptors)
Decryptor
CryptorFactory. newDecryptorUnsafe(Key decryptionKey)
Please use typesafenewEncryptor
method instead to avoid mistakes (passing wrongKey
).Decryptor
CryptorFactoryImpl. newDecryptorUnsafe(Key decryptionKey)
Methods in io.github.mmm.crypto.crypt with parameters of type Decryptor Modifier and Type Method Description default Decryptor
AbstractDecryptor. combine(Decryptor... decryptors)
Decryptor
Decryptor. 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 Decryptor
SymmetricAccess. newDecryptor(K decryptionKey)
Decryptor
SymmetricAccess. 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 Decryptor
SymmetricCryptorFactory. newDecryptor(K decryptionKey)
Decryptor
SymmetricCryptorFactoryImpl. newDecryptorUnsafe(Key decryptionKey)
-