Uses of Class
io.helidon.common.crypto.SymmetricCipher.Builder
-
Packages that use SymmetricCipher.Builder Package Description io.helidon.common.crypto Common cryptography implementations. -
-
Uses of SymmetricCipher.Builder in io.helidon.common.crypto
Methods in io.helidon.common.crypto that return SymmetricCipher.Builder Modifier and Type Method Description SymmetricCipher.BuilderSymmetricCipher.Builder. algorithm(String algorithm)Set algorithm which should be used.static SymmetricCipher.BuilderSymmetricCipher. builder()Create a new builder.SymmetricCipher.BuilderSymmetricCipher.Builder. keySize(int keySize)Set size of the key (in bits) which should be generated.SymmetricCipher.BuilderSymmetricCipher.Builder. numberOfIterations(int numberOfIterations)Number of iterations which will be used for key derivation from the password.SymmetricCipher.BuilderSymmetricCipher.Builder. password(char[] password)Set password upon which the cryptography key will be generated.SymmetricCipher.BuilderSymmetricCipher.Builder. provider(String provider)Set provider of the algorithm.
-