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 interfaceSymmetricKeyCreatorFactory<C extends SymmetricKeyCreator<?>>Interface for afactorytocreateinstances ofSymmetricKeyCreatorfor symmetric cryptographic keys.
An instance ofSymmetricKeyCreatorFactorytherefore represents a configuration with specificKeyalgorithmandformat(s).Classes in io.github.mmm.crypto.symmetric.key that implement SymmetricKeyCreator Modifier and Type Class Description classSymmetricKeyCreatorImpl<K extends SecretKey>Implementation ofSymmetricKeyCreator.
-