Bouncy Castle Cryptography 1.27

org.bouncycastle.jce.provider
Class JDKAlgorithmParameters.PKCS12PBE

java.lang.Object
  extended byjava.security.AlgorithmParametersSpi
      extended byorg.bouncycastle.jce.provider.JDKAlgorithmParameters
          extended byorg.bouncycastle.jce.provider.JDKAlgorithmParameters.PKCS12PBE
Enclosing class:
JDKAlgorithmParameters

public static class JDKAlgorithmParameters.PKCS12PBE
extends JDKAlgorithmParameters


Nested Class Summary
 
Nested classes inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameters
JDKAlgorithmParameters.CAST5AlgorithmParameters, JDKAlgorithmParameters.DH, JDKAlgorithmParameters.DSA, JDKAlgorithmParameters.ElGamal, JDKAlgorithmParameters.IDEAAlgorithmParameters, JDKAlgorithmParameters.IES, JDKAlgorithmParameters.IVAlgorithmParameters, JDKAlgorithmParameters.PKCS12PBE, JDKAlgorithmParameters.RC2AlgorithmParameters
 
Constructor Summary
JDKAlgorithmParameters.PKCS12PBE()
           
 
Method Summary
protected  byte[] engineGetEncoded()
           
protected  byte[] engineGetEncoded(java.lang.String format)
           
protected  AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
           
protected  void engineInit(AlgorithmParameterSpec paramSpec)
           
protected  void engineInit(byte[] params)
           
protected  void engineInit(byte[] params, java.lang.String format)
           
protected  java.lang.String engineToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKAlgorithmParameters.PKCS12PBE

public JDKAlgorithmParameters.PKCS12PBE()
Method Detail

engineGetEncoded

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

engineGetEncoded

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

engineGetParameterSpec

protected AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
                                                 throws InvalidParameterSpecException
Specified by:
engineGetParameterSpec in class AlgorithmParametersSpi
Throws:
InvalidParameterSpecException

engineInit

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

engineInit

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

engineInit

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

engineToString

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

Bouncy Castle Cryptography 1.27