Uses of Class
io.axoniq.dataprotection.cryptoengine.KeyType
-
Packages that use KeyType Package Description io.axoniq.dataprotection.cryptoengine Contains the coreCryptoEngineinterface and various implementations. -
-
Uses of KeyType in io.axoniq.dataprotection.cryptoengine
Methods in io.axoniq.dataprotection.cryptoengine that return KeyType Modifier and Type Method Description KeyTypeCryptoEngine. getKeyType()Retrieves the currently usedKeyTypefor new keysKeyTypeDatabaseBackedCryptoEngine. getKeyType()KeyTypeJavaKeyStoreCryptoEngine. getKeyType()static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.axoniq.dataprotection.cryptoengine with parameters of type KeyType Modifier and Type Method Description voidCryptoEngine. setKeyType(KeyType keyType)Sets theKeyTypeto use, which determines the length of newly generated keys.voidDatabaseBackedCryptoEngine. setKeyType(KeyType keyType)voidJavaKeyStoreCryptoEngine. setKeyType(KeyType keyType)
-