Example usage for Java javax.crypto.spec PBEParameterSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
PBEParameterSpec(byte[] salt, int iterationCount) Constructs a parameter set for password-based encryption as defined in the PKCS #5 standard. |