Uses of Class
org.bouncycastle.jcajce.util.AnnotatedPrivateKey
Packages that use AnnotatedPrivateKey
Package
Description
General utility classes for working with the JCA and JCE.
-
Uses of AnnotatedPrivateKey in org.bouncycastle.jcajce.util
Methods in org.bouncycastle.jcajce.util that return AnnotatedPrivateKeyModifier and TypeMethodDescriptionAnnotatedPrivateKey.addAnnotation(String name, Object annotation) Return a new annotated key with an additional annotation added to it.static AnnotatedPrivateKeyPrivateKeyAnnotator.annotate(PrivateKey privKey, String label) Create an AnnotatedPrivateKey with a single annotation using AnnotatedPrivateKey.LABEL as a key.static AnnotatedPrivateKeyPrivateKeyAnnotator.annotate(PrivateKey privKey, Map<String, Object> annotations) AnnotatedPrivateKey.removeAnnotation(String name) Return a new annotated key with the named annotation removed.