Package org.bouncycastle.operator
Class GenericKey
- java.lang.Object
-
- org.bouncycastle.operator.GenericKey
-
- Direct Known Subclasses:
JceGenericKey
public class GenericKey extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description GenericKey(java.lang.Object representation)
Deprecated.provide an AlgorithmIdentifier.GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, byte[] representation)
protected
GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, java.lang.Object representation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.AlgorithmIdentifier
getAlgorithmIdentifier()
java.lang.Object
getRepresentation()
-
-
-
Constructor Detail
-
GenericKey
public GenericKey(java.lang.Object representation)
Deprecated.provide an AlgorithmIdentifier.- Parameters:
representation
- key data
-
GenericKey
public GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, byte[] representation)
-
GenericKey
protected GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, java.lang.Object representation)
-
-