|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jcajce.util.PrivateKeyAnnotator
Class for instancing AnnotatedPrivateKeys.
Constructor Summary | |
PrivateKeyAnnotator()
|
Method Summary | |
static AnnotatedPrivateKey |
annotate(java.security.PrivateKey privKey,
java.util.Map annotations)
|
static AnnotatedPrivateKey |
annotate(java.security.PrivateKey privKey,
java.lang.String label)
Create an AnnotatedPrivateKey with a single annotation using AnnotatedPrivateKey.LABEL as a key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrivateKeyAnnotator()
Method Detail |
public static AnnotatedPrivateKey annotate(java.security.PrivateKey privKey, java.lang.String label)
privKey
- the private key to be annotated.label
- the label to be associated with the private key.public static AnnotatedPrivateKey annotate(java.security.PrivateKey privKey, java.util.Map annotations)
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |