com.ibm.crypto.provider
Class PBEParameters
java.lang.Object
|
+--java.security.AlgorithmParametersSpi
|
+--com.ibm.crypto.provider.PBEParameters
- public final class PBEParameters
- extends AlgorithmParametersSpi
This class implements the parameter set used with password-based
encryption, which is defined in PKCS#5 as follows:
PBEParameter ::= SEQUENCE {
salt OCTET STRING SIZE(8),
iterationCount INTEGER }
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PBEParameters
public PBEParameters()
engineInit
protected void engineInit(AlgorithmParameterSpec paramSpec)
throws InvalidParameterSpecException
- Overrides:
- engineInit in class AlgorithmParametersSpi
engineInit
protected void engineInit(byte[] encoded)
throws IOException
- Overrides:
- engineInit in class AlgorithmParametersSpi
engineInit
protected void engineInit(byte[] encoded,
String decodingMethod)
throws IOException
- Overrides:
- engineInit in class AlgorithmParametersSpi
engineGetParameterSpec
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec)
throws InvalidParameterSpecException
- Overrides:
- engineGetParameterSpec in class AlgorithmParametersSpi
engineGetEncoded
protected byte[] engineGetEncoded()
throws IOException
- Overrides:
- engineGetEncoded in class AlgorithmParametersSpi
engineGetEncoded
protected byte[] engineGetEncoded(String encodingMethod)
throws IOException
- Overrides:
- engineGetEncoded in class AlgorithmParametersSpi
engineToString
protected String engineToString()
- Overrides:
- engineToString in class AlgorithmParametersSpi