public class GenericKey
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier,
byte[] representation) |
protected |
GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier,
java.lang.Object representation) |
|
GenericKey(java.lang.Object representation)
Deprecated.
provide an AlgorithmIdentifier.
|
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier() |
java.lang.Object |
getRepresentation() |
public GenericKey(java.lang.Object representation)
representation - key datapublic GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier,
byte[] representation)
protected GenericKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier,
java.lang.Object representation)