PBEKey Spec Common
class PBEKeySpecCommon
Constructors
Link copied to clipboard
Constructor that takes a password. An empty char[] is used if null is specified.
Constructor that takes a password, salt, iteration count, and to-be-derived key length for generating PBEKey of variable-key-size PBE ciphers. An empty char[] is used if null is specified for password
.
Constructor that takes a password, salt, iteration count for generating PBEKey of fixed-key-size PBE ciphers. An empty char[] is used if null is specified for password
.