Uses of Class
netscape.security.pkcs.PKCS10Attribute
-
Packages that use PKCS10Attribute Package Description netscape.security.pkcs -
-
Uses of PKCS10Attribute in netscape.security.pkcs
Methods in netscape.security.pkcs that return PKCS10Attribute Modifier and Type Method Description PKCS10Attribute
PKCS10Attributes. getAttribute(java.lang.String name)
Get the attribute value.Methods in netscape.security.pkcs that return types with arguments of type PKCS10Attribute Modifier and Type Method Description java.util.Enumeration<PKCS10Attribute>
PKCS10Attributes. getElements()
Return an enumeration of names of attributes existing within this attribute.Methods in netscape.security.pkcs with parameters of type PKCS10Attribute Modifier and Type Method Description void
PKCS10Attributes. setAttribute(java.lang.String name, PKCS10Attribute attr)
Set the attribute value.Constructors in netscape.security.pkcs with parameters of type PKCS10Attribute Constructor Description PKCS10Attribute(PKCS10Attribute attr)
Constructs an attribute from another attribute.
-