Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric
Class CONTEXT.ContextAlgorithmParametersSpi

java.lang.Object
  extended byjava.security.AlgorithmParametersSpi
      extended byorg.bouncycastle.jcajce.provider.asymmetric.CONTEXT.ContextAlgorithmParametersSpi
Enclosing class:
CONTEXT

public static class CONTEXT.ContextAlgorithmParametersSpi
extends java.security.AlgorithmParametersSpi


Constructor Summary
CONTEXT.ContextAlgorithmParametersSpi()
           
 
Method Summary
protected  byte[] engineGetEncoded()
           
protected  byte[] engineGetEncoded(java.lang.String s)
           
protected  java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
           
protected  void engineInit(java.security.spec.AlgorithmParameterSpec algorithmParameterSpec)
           
protected  void engineInit(byte[] bytes)
           
protected  void engineInit(byte[] bytes, java.lang.String s)
           
protected  java.lang.String engineToString()
           
protected  boolean isASN1FormatString(java.lang.String format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CONTEXT.ContextAlgorithmParametersSpi

public CONTEXT.ContextAlgorithmParametersSpi()
Method Detail

isASN1FormatString

protected boolean isASN1FormatString(java.lang.String format)

engineGetParameterSpec

protected java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
                                                                    throws java.security.spec.InvalidParameterSpecException
Throws:
java.security.spec.InvalidParameterSpecException

engineInit

protected void engineInit(java.security.spec.AlgorithmParameterSpec algorithmParameterSpec)
                   throws java.security.spec.InvalidParameterSpecException
Throws:
java.security.spec.InvalidParameterSpecException

engineInit

protected void engineInit(byte[] bytes)
                   throws java.io.IOException
Throws:
java.io.IOException

engineInit

protected void engineInit(byte[] bytes,
                          java.lang.String s)
                   throws java.io.IOException
Throws:
java.io.IOException

engineGetEncoded

protected byte[] engineGetEncoded()
                           throws java.io.IOException
Throws:
java.io.IOException

engineGetEncoded

protected byte[] engineGetEncoded(java.lang.String s)
                           throws java.io.IOException
Throws:
java.io.IOException

engineToString

protected java.lang.String engineToString()

Bouncy Castle Cryptography Library 1.81