Uses of Class
netscape.security.pkcs.PKCS10Attributes
-
Packages that use PKCS10Attributes Package Description netscape.security.pkcs -
-
Uses of PKCS10Attributes in netscape.security.pkcs
Methods in netscape.security.pkcs that return PKCS10Attributes Modifier and Type Method Description PKCS10Attributes
PKCS10. getAttributes()
Returns the additional attributes requested.Constructors in netscape.security.pkcs with parameters of type PKCS10Attributes Constructor Description PKCS10(X509Key publicKey, PKCS10Attributes attributes)
Constructs an unsigned PKCS #10 certificate request.
-