JceGenericKey
public class GenericKey
extends java.lang.Object
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) |
Modifier and Type | Method | 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)