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