Uses of Class
io.github.mmm.crypto.provider.SecurityProvider
-
-
Uses of SecurityProvider in io.github.mmm.crypto
Fields in io.github.mmm.crypto declared as SecurityProvider Modifier and Type Field Description protected SecurityProvider
CryptoConfig. provider
Methods in io.github.mmm.crypto that return SecurityProvider Modifier and Type Method Description SecurityProvider
CryptoConfig. getProvider()
Constructors in io.github.mmm.crypto with parameters of type SecurityProvider Constructor Description CryptoConfig(SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.algorithm
Fields in io.github.mmm.crypto.algorithm declared as SecurityProvider Modifier and Type Field Description protected SecurityProvider
AbstractCryptoAlgorithmWithProvider. provider
TheSecurityProvider
.Methods in io.github.mmm.crypto.algorithm that return SecurityProvider Modifier and Type Method Description SecurityProvider
AbstractCryptoAlgorithmWithProvider. getProvider()
Constructors in io.github.mmm.crypto.algorithm with parameters of type SecurityProvider Constructor Description AbstractCryptoAlgorithmWithProvider(SecurityProvider provider)
The constructor.AbstractCryptoAlgorithmWithRandom(SecurityProvider provider, RandomFactory randomFactory)
The constructor.CryptoAlgorithmConfig(String algorithm, SecurityProvider provider)
The constructor.CryptoAlgorithmImpl(String algorithm, SecurityProvider provider)
The constructor.CryptoAlgorithmImplWithRandom(String algorithm, SecurityProvider provider, RandomFactory randomFactory)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.access.rsa
Methods in io.github.mmm.crypto.asymmetric.access.rsa with parameters of type SecurityProvider Modifier and Type Method Description static Rsa
Rsa. of(int keyLength, HashConfig hashConfig, String hashAlgorithm, RandomFactory randomFactory, SecurityProvider provider)
-
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.cert
Constructors in io.github.mmm.crypto.asymmetric.cert with parameters of type SecurityProvider Constructor Description CertificateConfig(String type, SecurityProvider provider)
The constructor.CertificateConfigX509(SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.crypt
Constructors in io.github.mmm.crypto.asymmetric.crypt with parameters of type SecurityProvider Constructor Description AsymmetricCryptorConfig(CipherTransformation transformation, int nonceSize, SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.crypt.ec
Constructors in io.github.mmm.crypto.asymmetric.crypt.ec with parameters of type SecurityProvider Constructor Description AsymmetricCryptorConfigEcIes(SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.crypt.rsa
Constructors in io.github.mmm.crypto.asymmetric.crypt.rsa with parameters of type SecurityProvider Constructor Description AsymmetricCryptorConfigRsa(SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.key
Constructors in io.github.mmm.crypto.asymmetric.key with parameters of type SecurityProvider Constructor Description AbstractAsymmetricKeyCreator(KeyFactory keyFactory, int keyLength, SecurityProvider provider, RandomFactory randomFactory)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.key.generic
Methods in io.github.mmm.crypto.asymmetric.key.generic with parameters of type SecurityProvider Modifier and Type Method Description static AsymmetricKeyCreator<PrivateKey,PublicKey,AsymmetricKeyPairGeneric>
AsymmetricKeyCreatorImpl. of(String algorithm, int keyLength, SecurityProvider provider, RandomFactory randomFactory)
Constructors in io.github.mmm.crypto.asymmetric.key.generic with parameters of type SecurityProvider Constructor Description AsymmetricKeyCreatorImpl(KeyFactory keyFactory, int keyLength, SecurityProvider provider, AsymmetricKeyPairFactorySimple<PR,PU,PAIR> keyPairFactory, RandomFactory randomFactory)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.key.rsa
Constructors in io.github.mmm.crypto.asymmetric.key.rsa with parameters of type SecurityProvider Constructor Description AsymmetricKeyCreatorRsa(int keyLength, SecurityProvider provider, RandomFactory randomFactory)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.sign
Constructors in io.github.mmm.crypto.asymmetric.sign with parameters of type SecurityProvider Constructor Description SignatureConfig(SignatureFactory<S> signatureFactory, HashConfig hashConfig, String signingAlgorithm, SecurityProvider provider)
The constructor.SignatureConfig(SignatureFactory<S> signatureFactory, HashConfig hashConfig, String signingAlgorithm, String hashAlgorithm, SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.sign.ec
Constructors in io.github.mmm.crypto.asymmetric.sign.ec with parameters of type SecurityProvider Constructor Description SignatureConfigEcDsa(SignatureFactory<S> signatureFactory, HashConfig hashConfig, SecurityProvider provider)
The constructor.SignatureConfigEcDsa(SignatureFactory<S> signatureFactory, HashConfig hashConfig, String hashAlgorithm, SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.asymmetric.sign.rsa
Constructors in io.github.mmm.crypto.asymmetric.sign.rsa with parameters of type SecurityProvider Constructor Description SignatureConfigRsa(HashConfig hashConfig, SecurityProvider provider)
The constructor.SignatureConfigRsa(HashConfig hashConfig, String hashAlgorithm, SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.crypt
Constructors in io.github.mmm.crypto.crypt with parameters of type SecurityProvider Constructor Description CryptorConfig(CipherTransformation transformation, SecurityProvider provider, int nonceSize)
The constructor.CryptorFactoryImpl(SecurityProvider provider, RandomFactory randomFactory)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.hash
Constructors in io.github.mmm.crypto.hash with parameters of type SecurityProvider Constructor Description HashConfig(String algorithm, SecurityProvider provider)
The constructor.HashConfig(String algorithm, SecurityProvider provider, int iterationCount)
The constructor.HashCreatorImplDigest(String hashAlgorithm, SecurityProvider provider)
The constructor.HashCreatorImplMultipleRounds(String hashAlgorithm, SecurityProvider provider, int iterationCount)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.hash.md5
Constructors in io.github.mmm.crypto.hash.md5 with parameters of type SecurityProvider Constructor Description Md5(SecurityProvider provider, int iterationCount)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.hash.ripemd
Constructors in io.github.mmm.crypto.hash.ripemd with parameters of type SecurityProvider Constructor Description RipeMd128(SecurityProvider provider)
The constructor.RipeMd128(SecurityProvider provider, int iterationCount)
The constructor.RipeMd160(SecurityProvider provider)
The constructor.RipeMd160(SecurityProvider provider, int iterationCount)
The constructor.RipeMd256(SecurityProvider provider)
The constructor.RipeMd256(SecurityProvider provider, int iterationCount)
The constructor.RipeMd320(SecurityProvider provider)
The constructor.RipeMd320(SecurityProvider provider, int iterationCount)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.hash.sha1
Constructors in io.github.mmm.crypto.hash.sha1 with parameters of type SecurityProvider Constructor Description Sha1(SecurityProvider provider, int iterationCount)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.hash.sha2
Constructors in io.github.mmm.crypto.hash.sha2 with parameters of type SecurityProvider Constructor Description Sha224(SecurityProvider provider)
The constructor.Sha224(SecurityProvider provider, int iterationCount)
The constructor.Sha256(SecurityProvider provider)
The constructor.Sha256(SecurityProvider provider, int iterationCount)
The constructor.Sha384(SecurityProvider provider)
The constructor.Sha384(SecurityProvider provider, int iterationCount)
The constructor.Sha512(SecurityProvider provider)
The constructor.Sha512(SecurityProvider provider, int iterationCount)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.key
Constructors in io.github.mmm.crypto.key with parameters of type SecurityProvider Constructor Description KeyConfig(String algorithm, SecurityProvider provider, int keyLength)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.key.store
Methods in io.github.mmm.crypto.key.store that return SecurityProvider Modifier and Type Method Description SecurityProvider
KeyStoreConfig. getProvider()
Constructors in io.github.mmm.crypto.key.store with parameters of type SecurityProvider Constructor Description KeyStoreConfig(String type, SecurityProvider provider, CryptoResource resource, String password)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.provider
Fields in io.github.mmm.crypto.provider declared as SecurityProvider Modifier and Type Field Description static SecurityProvider
SecurityProvider. BC
TheSecurityProvider
for bouncy castle.static SecurityProvider
SecurityProvider. DEFAULT
The Java defaultSecurityProvider
(JCE).Methods in io.github.mmm.crypto.provider that return SecurityProvider Modifier and Type Method Description static SecurityProvider
SecurityProvider. of(String name)
static SecurityProvider
SecurityProvider. of(Provider provider)
-
Uses of SecurityProvider in io.github.mmm.crypto.random
Constructors in io.github.mmm.crypto.random with parameters of type SecurityProvider Constructor Description RandomConfig(String algorithm, int reseedCount, SecurityProvider provider)
The constructor.RandomConfig(String algorithm, SecurityProvider provider)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.symmetric.crypt
Constructors in io.github.mmm.crypto.symmetric.crypt with parameters of type SecurityProvider Constructor Description SymmetricCryptorConfig(CipherTransformation transformation, SecurityProvider provider, int nonceSize)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.symmetric.crypt.aes
Constructors in io.github.mmm.crypto.symmetric.crypt.aes with parameters of type SecurityProvider Constructor Description SymmetricCryptorConfigAes(SecurityProvider provider)
The constructor.SymmetricCryptorConfigAes(SecurityProvider provider, int nonceSize)
The constructor.SymmetricCryptorConfigAes(String mode, String padding, SecurityProvider provider, int nonceSize)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.symmetric.key
Constructors in io.github.mmm.crypto.symmetric.key with parameters of type SecurityProvider Constructor Description SymmetricKeyConfig(String algorithm, SecurityProvider provider, int keyLength, SymmetricKeySpecFactory keySpecFactory)
The constructor. -
Uses of SecurityProvider in io.github.mmm.crypto.symmetric.key.pbe
Constructors in io.github.mmm.crypto.symmetric.key.pbe with parameters of type SecurityProvider Constructor Description SymmetricKeyConfigPbe(String algorithm, SecurityProvider provider, int keyLength)
The constructor.SymmetricKeyConfigPbe(String algorithm, SecurityProvider provider, int keyLength, int iterationCount, byte[] salt)
The constructor.
-