Package org.bouncycastle.jcajce.util
Class AnnotatedPrivateKey
java.lang.Object
org.bouncycastle.jcajce.util.AnnotatedPrivateKey
- All Implemented Interfaces:
Serializable
,Key
,PrivateKey
,Destroyable
Wrapper for a private key that carries annotations that can be used
for tracking or debugging.
- See Also:
-
Field Summary
FieldsFields inherited from interface java.security.PrivateKey
serialVersionUID
-
Method Summary
Modifier and TypeMethodDescriptionaddAnnotation
(String name, Object annotation) Return a new annotated key with an additional annotation added to it.boolean
getAnnotation
(String key) byte[]
getKey()
int
hashCode()
removeAnnotation
(String name) Return a new annotated key with the named annotation removed.toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Field Details
-
LABEL
- See Also:
-
-
Method Details
-
getKey
-
getAnnotations
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
-
getAnnotation
-
addAnnotation
Return a new annotated key with an additional annotation added to it.- Parameters:
name
- the name of the annotation to add.annotation
- the object providing the annotation details.- Returns:
- a new annotated key with the extra annotation.
-
removeAnnotation
Return a new annotated key with the named annotation removed.- Parameters:
name
- the name of the annotation to remove.- Returns:
- a new annotated key with the named annotation removed.
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
hashCode
public int hashCode() -
equals
-
toString
-