Uses of Interface
io.github.mmm.crypto.crypt.Encryptor
-
-
Uses of Encryptor in io.github.mmm.crypto.asymmetric.access
Methods in io.github.mmm.crypto.asymmetric.access that return Encryptor Modifier and Type Method Description Encryptor
AsymmetricAccess. newEncryptor(PU publicKey)
Encryptor
AsymmetricAccess. newEncryptorUnsafe(Key encryptionKey)
-
Uses of Encryptor in io.github.mmm.crypto.asymmetric.crypt
Methods in io.github.mmm.crypto.asymmetric.crypt that return Encryptor Modifier and Type Method Description default Encryptor
AsymmetricCryptorFactory. newEncryptor(PU publicKey)
-
Uses of Encryptor in io.github.mmm.crypto.asymmetric.sign
Constructors in io.github.mmm.crypto.asymmetric.sign with parameters of type Encryptor Constructor Description SignatureSignerImplCryptorWithHash(HashCreator hashGenerator, Encryptor encryptor)
The constructor. -
Uses of Encryptor in io.github.mmm.crypto.crypt
Subinterfaces of Encryptor in io.github.mmm.crypto.crypt Modifier and Type Interface Description interface
AbstractEncryptor
Abstract implementation ofEncryptor
.Classes in io.github.mmm.crypto.crypt that implement Encryptor Modifier and Type Class Description class
EncryptorImplCiper
class
EncryptorImplCombined
Methods in io.github.mmm.crypto.crypt that return Encryptor Modifier and Type Method Description default Encryptor
AbstractEncryptor. combine(Encryptor... encryptors)
Encryptor
Encryptor. combine(Encryptor... encryptors)
Encryptor
CryptorFactory. newEncryptorUnsafe(Key encryptionKey)
Please use typesafenewDecryptor
method instead to avoid mistakes (passing wrongKey
).Encryptor
CryptorFactoryImpl. newEncryptorUnsafe(Key encryptionKey)
Methods in io.github.mmm.crypto.crypt with parameters of type Encryptor Modifier and Type Method Description default Encryptor
AbstractEncryptor. combine(Encryptor... encryptors)
Encryptor
Encryptor. combine(Encryptor... encryptors)
Constructors in io.github.mmm.crypto.crypt with parameters of type Encryptor Constructor Description EncryptorImplCombined(Encryptor[] encryptors)
The constructor. -
Uses of Encryptor in io.github.mmm.crypto.symmetric.access
Methods in io.github.mmm.crypto.symmetric.access that return Encryptor Modifier and Type Method Description Encryptor
SymmetricAccess. newEncryptor(K encryptionKey)
Encryptor
SymmetricAccess. newEncryptorUnsafe(Key encryptionKey)
-
Uses of Encryptor in io.github.mmm.crypto.symmetric.crypt
Methods in io.github.mmm.crypto.symmetric.crypt that return Encryptor Modifier and Type Method Description default Encryptor
SymmetricCryptorFactory. newEncryptor(K encryptionKey)
Encryptor
SymmetricCryptorFactoryImpl. newEncryptorUnsafe(Key encryptionKey)
-