Searched defs:authenticatedAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DSignerInfo.java56 PKCS9Attributes authenticatedAttributes; field in class:SignerInfo
75 PKCS9Attributes authenticatedAttributes,
83 this.authenticatedAttributes = authenticatedAttributes;
126 // authenticatedAttributes
128 // In JDK1.1.x, the authenticatedAttributes are always present,
135 authenticatedAttributes = new PKCS9Attributes(derin);
194 if (authenticatedAttributes != null)
195 authenticatedAttributes.encode((byte)0xA0, seq);
312 if (authenticatedAttributes
72 SignerInfo(X500Name issuerName, BigInteger serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes) argument
[all...]

Completed in 57 milliseconds