Bouncy Castle Cryptography Library 1.49

org.bouncycastle.operator.jcajce
Class JceGenericKey

java.lang.Object
  extended by org.bouncycastle.operator.GenericKey
      extended by org.bouncycastle.operator.jcajce.JceGenericKey

public class JceGenericKey
extends GenericKey


Constructor Summary
JceGenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, java.security.Key representation)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.operator.GenericKey
getAlgorithmIdentifier, getRepresentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JceGenericKey

public JceGenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier,
                     java.security.Key representation)

Bouncy Castle Cryptography Library 1.49