Uses of Class
org.mozilla.jss.netscape.security.pkcs.PKCS9Attributes
Packages that use PKCS9Attributes
-
Uses of PKCS9Attributes in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as PKCS9AttributesModifier and TypeFieldDescription(package private) PKCS9AttributesSignerInfo.authenticatedAttributes(package private) PKCS9AttributesSignerInfo.unauthenticatedAttributesMethods in org.mozilla.jss.netscape.security.pkcs that return PKCS9AttributesModifier and TypeMethodDescriptionSignerInfo.getAuthenticatedAttributes()SignerInfo.getUnauthenticatedAttributes()Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type PKCS9AttributesModifierConstructorDescriptionSignerInfo(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes)