Uses of Class
org.bouncycastle.jcajce.util.AnnotatedPrivateKey
-
Packages that use AnnotatedPrivateKey Package Description org.bouncycastle.jcajce.util -
-
Uses of AnnotatedPrivateKey in org.bouncycastle.jcajce.util
Methods in org.bouncycastle.jcajce.util that return AnnotatedPrivateKey Modifier and Type Method 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, String label)
Create an AnnotatedPrivateKey with a single annotation using AnnotatedPrivateKey.LABEL as a key.static AnnotatedPrivateKey
PrivateKeyAnnotator. annotate(PrivateKey privKey, Map<String,Object> annotations)
AnnotatedPrivateKey
AnnotatedPrivateKey. removeAnnotation(String name)
Return a new annotated key with the named annotation removed.
-