Uses of Class
netscape.security.pkcs.PKCS9Attributes
-
Packages that use PKCS9Attributes Package Description netscape.security.pkcs -
-
Uses of PKCS9Attributes in netscape.security.pkcs
Methods in netscape.security.pkcs that return PKCS9Attributes Modifier and Type Method Description PKCS9Attributes
SignerInfo. getAuthenticatedAttributes()
PKCS9Attributes
SignerInfo. getUnauthenticatedAttributes()
Constructors in netscape.security.pkcs with parameters of type PKCS9Attributes Constructor Description SignerInfo(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes)
-