org.bouncycastle.jce.provider
Class JDKAlgorithmParameters.PKCS12PBE

java.lang.Object
  extended by java.security.AlgorithmParametersSpi
      extended by org.bouncycastle.jce.provider.JDKAlgorithmParameters
          extended by org.bouncycastle.jce.provider.JDKAlgorithmParameters.PKCS12PBE
Enclosing class:
JDKAlgorithmParameters

public static class JDKAlgorithmParameters.PKCS12PBE
extends JDKAlgorithmParameters


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameters
JDKAlgorithmParameters.DH, JDKAlgorithmParameters.DSA, JDKAlgorithmParameters.ElGamal, JDKAlgorithmParameters.GOST3410, JDKAlgorithmParameters.IDEAAlgorithmParameters, JDKAlgorithmParameters.IES, JDKAlgorithmParameters.IVAlgorithmParameters, JDKAlgorithmParameters.OAEP, JDKAlgorithmParameters.PKCS12PBE, JDKAlgorithmParameters.PSS, JDKAlgorithmParameters.RC2AlgorithmParameters
 
Field Summary
(package private)  PKCS12PBEParams params
           
 
Constructor Summary
JDKAlgorithmParameters.PKCS12PBE()
           
 
Method Summary
protected  byte[] engineGetEncoded()
           
protected  byte[] engineGetEncoded(java.lang.String format)
           
protected  void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
           
protected  void engineInit(byte[] params)
           
protected  void engineInit(byte[] params, java.lang.String format)
           
protected  java.lang.String engineToString()
           
protected  java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec)
           
 
Methods inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameters
engineGetParameterSpec, isASN1FormatString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

PKCS12PBEParams params
Constructor Detail

JDKAlgorithmParameters.PKCS12PBE

public JDKAlgorithmParameters.PKCS12PBE()
Method Detail

engineGetEncoded

protected byte[] engineGetEncoded()
Specified by:
engineGetEncoded in class java.security.AlgorithmParametersSpi

engineGetEncoded

protected byte[] engineGetEncoded(java.lang.String format)
Specified by:
engineGetEncoded in class java.security.AlgorithmParametersSpi

localEngineGetParameterSpec

protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec)
                                                                         throws java.security.spec.InvalidParameterSpecException
Specified by:
localEngineGetParameterSpec in class JDKAlgorithmParameters
Throws:
java.security.spec.InvalidParameterSpecException

engineInit

protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
                   throws java.security.spec.InvalidParameterSpecException
Specified by:
engineInit in class java.security.AlgorithmParametersSpi
Throws:
java.security.spec.InvalidParameterSpecException

engineInit

protected void engineInit(byte[] params)
                   throws java.io.IOException
Specified by:
engineInit in class java.security.AlgorithmParametersSpi
Throws:
java.io.IOException

engineInit

protected void engineInit(byte[] params,
                          java.lang.String format)
                   throws java.io.IOException
Specified by:
engineInit in class java.security.AlgorithmParametersSpi
Throws:
java.io.IOException

engineToString

protected java.lang.String engineToString()
Specified by:
engineToString in class java.security.AlgorithmParametersSpi