Package | Description |
---|---|
org.bouncycastle.jcajce.util |
Modifier and Type | Method and Description |
---|---|
AnnotatedPrivateKey |
AnnotatedPrivateKey.addAnnotation(String name,
Object annotation)
Return a new annotated key with an additional annotation added to it.
|
static AnnotatedPrivateKey |
PrivateKeyAnnotator.annotate(PrivateKey privKey,
Map<String,Object> annotations) |
static AnnotatedPrivateKey |
PrivateKeyAnnotator.annotate(PrivateKey privKey,
String label)
Create an AnnotatedPrivateKey with a single annotation using AnnotatedPrivateKey.LABEL as a key.
|
AnnotatedPrivateKey |
AnnotatedPrivateKey.removeAnnotation(String name)
Return a new annotated key with the named annotation removed.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.