Uses of Class
io.helidon.common.crypto.SymmetricCipher.Builder
-
Uses of SymmetricCipher.Builder in io.helidon.common.crypto
Modifier and TypeMethodDescriptionSet algorithm which should be used.static SymmetricCipher.Builder
SymmetricCipher.builder()
Create a new builder.SymmetricCipher.Builder.keySize
(int keySize) Set size of the key (in bits) which should be generated.SymmetricCipher.Builder.numberOfIterations
(int numberOfIterations) Number of iterations which will be used for key derivation from the password.SymmetricCipher.Builder.password
(char[] password) Set password upon which the cryptography key will be generated.Set provider of the algorithm.