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 EncryptorAsymmetricAccess. newEncryptor(PU publicKey)EncryptorAsymmetricAccess. 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 EncryptorAsymmetricCryptorFactory. 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 interfaceAbstractEncryptorAbstract implementation ofEncryptor.Classes in io.github.mmm.crypto.crypt that implement Encryptor Modifier and Type Class Description classEncryptorImplCiperclassEncryptorImplCombinedMethods in io.github.mmm.crypto.crypt that return Encryptor Modifier and Type Method Description default EncryptorAbstractEncryptor. combine(Encryptor... encryptors)EncryptorEncryptor. combine(Encryptor... encryptors)EncryptorCryptorFactory. newEncryptorUnsafe(Key encryptionKey)Please use typesafenewDecryptormethod instead to avoid mistakes (passing wrongKey).EncryptorCryptorFactoryImpl. newEncryptorUnsafe(Key encryptionKey)Methods in io.github.mmm.crypto.crypt with parameters of type Encryptor Modifier and Type Method Description default EncryptorAbstractEncryptor. combine(Encryptor... encryptors)EncryptorEncryptor. 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 EncryptorSymmetricAccess. newEncryptor(K encryptionKey)EncryptorSymmetricAccess. 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 EncryptorSymmetricCryptorFactory. newEncryptor(K encryptionKey)EncryptorSymmetricCryptorFactoryImpl. newEncryptorUnsafe(Key encryptionKey)
-