Uses of Interface
io.github.mmm.crypto.symmetric.key.SymmetricKeyCreator
-
Packages that use SymmetricKeyCreator Package Description io.github.mmm.crypto.symmetric.access io.github.mmm.crypto.symmetric.key -
-
Uses of SymmetricKeyCreator in io.github.mmm.crypto.symmetric.access
Methods in io.github.mmm.crypto.symmetric.access that return SymmetricKeyCreator Modifier and Type Method Description SymmetricKeyCreator<K>
SymmetricAccess. newKeyCreator()
-
Uses of SymmetricKeyCreator in io.github.mmm.crypto.symmetric.key
Classes in io.github.mmm.crypto.symmetric.key with type parameters of type SymmetricKeyCreator Modifier and Type Interface Description interface
SymmetricKeyCreatorFactory<C extends SymmetricKeyCreator<?>>
Interface for afactory
tocreate
instances ofSymmetricKeyCreator
for symmetric cryptographic keys.
An instance ofSymmetricKeyCreatorFactory
therefore represents a configuration with specificKey
algorithm
andformat
(s).Classes in io.github.mmm.crypto.symmetric.key that implement SymmetricKeyCreator Modifier and Type Class Description class
SymmetricKeyCreatorImpl<K extends SecretKey>
Implementation ofSymmetricKeyCreator
.
-