Uses of Class
org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Packages that use PasswordBasedEncryptionUtil.Builder
Package
Description
Package to hold utility classes of the Elytron project.
-
Uses of PasswordBasedEncryptionUtil.Builder in org.wildfly.security.util
Methods in org.wildfly.security.util that return PasswordBasedEncryptionUtil.BuilderModifier and TypeMethodDescriptionPasswordBasedEncryptionUtil.Builder.algorithmParameters(AlgorithmParameters algorithmParameters) Set algorithm parameters forCipherinitialization.Set the alphabet to encode/decode result of encryption/decryption.PasswordBasedEncryptionUtil.Builder.cipherIteration(int cipherIteration) Set the number of iterations forCipherPasswordBasedEncryptionUtil.Builder.cipherSalt(byte[] cipherSalt) Set salt for theCipherPasswordBasedEncryptionUtil.Builder.cipherSalt(String cipherSalt) Set salt for theCipherPasswordBasedEncryptionUtil.Builder.decryptMode()Set decryption mode for chosenCipherPasswordBasedEncryptionUtil.Builder.encodingPadded()Use padding when encoding/decoding binary data.PasswordBasedEncryptionUtil.Builder.encryptMode()Set encryption mode for chosenCipherPasswordBasedEncryptionUtil.Builder.iteration(int iteration) Set number of iteration for key derivation.PasswordBasedEncryptionUtil.Builder.iv(byte[] iv) Set initialization vector for use with AES algorithmsSet initialization vector for use with AES algorithmsPasswordBasedEncryptionUtil.Builder.keyAlgorithm(String keyAlgorithm) Set the key derivation algorithm.PasswordBasedEncryptionUtil.Builder.keyLength(int keyLength) Set the key length.PasswordBasedEncryptionUtil.Builder.parametersAlgorithm(String parametersAlgorithm) Set the name of parameter's algorithm to initialize theCipherPasswordBasedEncryptionUtil.Builder.password(char[] password) Set password to use to generate the encryption keySet password to use to generate the encryption keyPasswordBasedEncryptionUtil.Builder.picketBoxCompatibility()Use PicketBox compatibility mode for producing exact output as using PBE for MASK- purpose.Set the JCA provider name which contains all classes needed by built utility class.Set the JCA provider which contains all classes needed by built utility class.PasswordBasedEncryptionUtil.Builder.salt(byte[] salt) Set salt for key derivation.Set salt for key derivation.PasswordBasedEncryptionUtil.Builder.transformation(String transformation) Transformation name to use asCipherparameter.