Uses of Class
org.mozilla.jss.netscape.security.pkcs.PKCS9Attribute
Packages that use PKCS9Attribute
-
Uses of PKCS9Attribute in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs with type parameters of type PKCS9AttributeModifier and TypeFieldDescriptionprivate final Hashtable
<ObjectIdentifier, PKCS9Attribute> PKCS9Attributes.attributes
Attributes in this set indexed by OID.Methods in org.mozilla.jss.netscape.security.pkcs that return PKCS9AttributeModifier and TypeMethodDescriptionPKCS9Attributes.getAttribute
(String name) Get an attribute from this set.PKCS9Attributes.getAttribute
(ObjectIdentifier oid) Get an attribute from this set.PKCS9Attributes.getAttributes()
Get an array of all attributes in this set, in order of OID.Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type PKCS9AttributeModifierConstructorDescriptionPKCS9Attributes
(PKCS9Attribute[] attribs) Construct a set of PKCS9 Attributes from the given array of PCK9 attributes.