Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator.jcajce
Class JceGenericKey

java.lang.Object
  |
  +--org.bouncycastle.operator.GenericKey
        |
        +--org.bouncycastle.operator.jcajce.JceGenericKey

public class JceGenericKey
extends GenericKey


Constructor Summary
JceGenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, java.security.Key representation)
           
 
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.79