Uses of Class
netscape.security.pkcs.PKCS9Attribute
-
Packages that use PKCS9Attribute Package Description netscape.security.pkcs -
-
Uses of PKCS9Attribute in netscape.security.pkcs
Methods in netscape.security.pkcs that return PKCS9Attribute Modifier and Type Method Description PKCS9Attribute
PKCS9Attributes. getAttribute(java.lang.String name)
Get an attribute from this set.PKCS9Attribute
PKCS9Attributes. getAttribute(ObjectIdentifier oid)
Get an attribute from this set.PKCS9Attribute[]
PKCS9Attributes. getAttributes()
Get an array of all attributes in this set, in order of OID.Constructors in netscape.security.pkcs with parameters of type PKCS9Attribute Constructor Description PKCS9Attributes(PKCS9Attribute[] attribs)
Construct a set of PKCS9 Attributes from the given array of PCK9 attributes.
-