Uses of Class
org.mozilla.jss.netscape.security.pkcs.PKCS10Attribute
Packages that use PKCS10Attribute
-
Uses of PKCS10Attribute in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs with type parameters of type PKCS10AttributeMethods in org.mozilla.jss.netscape.security.pkcs that return PKCS10AttributeModifier and TypeMethodDescriptionPKCS10Attributes.getAttribute
(String name) Get the attribute value.Methods in org.mozilla.jss.netscape.security.pkcs that return types with arguments of type PKCS10AttributeModifier and TypeMethodDescriptionPKCS10Attributes.getElements()
Return an enumeration of names of attributes existing within this attribute.Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type PKCS10AttributeModifier and TypeMethodDescriptionvoid
PKCS10Attributes.setAttribute
(String name, PKCS10Attribute attr) Set the attribute value.Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type PKCS10AttributeModifierConstructorDescriptionConstructs an attribute from another attribute.