Package org.bouncycastle.operator
Class GenericKey
java.lang.Object
org.bouncycastle.operator.GenericKey
- Direct Known Subclasses:
JceGenericKey
-
Constructor Summary
ConstructorsModifierConstructorDescriptionGenericKey(Object representation) Deprecated.provide an AlgorithmIdentifier.GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) protectedGenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
GenericKey
Deprecated.provide an AlgorithmIdentifier.- Parameters:
representation- key data
-
GenericKey
-
GenericKey
-
-
Method Details
-
getAlgorithmIdentifier
-
getRepresentation
-