Uses of Interface
io.github.mmm.crypto.key.KeySet
-
-
Uses of KeySet in io.github.mmm.crypto.asymmetric.key
Subinterfaces of KeySet in io.github.mmm.crypto.asymmetric.key Modifier and Type Interface Description interface
AsymmetricKeyPair<PR extends PrivateKey,PU extends PublicKey>
Interface for a key pair consisting of aprivate key
with its correspondingpublic key
for asymmetric encryption.Classes in io.github.mmm.crypto.asymmetric.key that implement KeySet Modifier and Type Class Description class
AbstractAsymmetricKeyPair<PR extends PrivateKey,PU extends PublicKey>
Abstract base implementation ofAsymmetricKeyPair
. -
Uses of KeySet in io.github.mmm.crypto.asymmetric.key.ec
Classes in io.github.mmm.crypto.asymmetric.key.ec that implement KeySet Modifier and Type Class Description class
AsymmetricKeyPairEc<PR extends ECPrivateKey,PU extends ECPublicKey>
-
Uses of KeySet in io.github.mmm.crypto.asymmetric.key.ec.bc
Classes in io.github.mmm.crypto.asymmetric.key.ec.bc that implement KeySet Modifier and Type Class Description class
AsymmetricKeyPairEcBc
-
Uses of KeySet in io.github.mmm.crypto.asymmetric.key.ec.jce
Classes in io.github.mmm.crypto.asymmetric.key.ec.jce that implement KeySet Modifier and Type Class Description class
AsymmetricKeyPairEcJce
-
Uses of KeySet in io.github.mmm.crypto.asymmetric.key.generic
Classes in io.github.mmm.crypto.asymmetric.key.generic that implement KeySet Modifier and Type Class Description class
AsymmetricKeyPairGeneric
A generic implementation ofAsymmetricKeyPair
. -
Uses of KeySet in io.github.mmm.crypto.asymmetric.key.rsa
Classes in io.github.mmm.crypto.asymmetric.key.rsa that implement KeySet Modifier and Type Class Description class
AsymmetricKeyPairRsa
An implementation ofAsymmetricKeyPair
forRsa
. -
Uses of KeySet in io.github.mmm.crypto.key.store
Methods in io.github.mmm.crypto.key.store that return KeySet Modifier and Type Method Description KeySet
KeyStoreFacade. getKey(String alias, String password)
KeySet
KeyStoreFacadeImpl. getKey(String alias, String keyPassword)
-
Uses of KeySet in io.github.mmm.crypto.symmetric.key
Subinterfaces of KeySet in io.github.mmm.crypto.symmetric.key Modifier and Type Interface Description interface
SymmetricKey<K extends SecretKey>
Classes in io.github.mmm.crypto.symmetric.key that implement KeySet Modifier and Type Class Description class
SymmetricKeyGeneric<K extends SecretKey>
Generic implementation ofSymmetricKey
.
-