Searched refs:unauthenticatedAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DSignerInfo.java57 PKCS9Attributes unauthenticatedAttributes; field in class:SignerInfo
78 PKCS9Attributes unauthenticatedAttributes) {
86 this.unauthenticatedAttributes = unauthenticatedAttributes;
148 // unauthenticatedAttributes
150 // In JDK1.1.x, the unauthenticatedAttributes are always present,
158 unauthenticatedAttributes =
202 if (unauthenticatedAttributes != null)
203 unauthenticatedAttributes.encode((byte)0xA1, seq);
462 return unauthenticatedAttributes;
72 SignerInfo(X500Name issuerName, BigInteger serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes) argument
[all...]

Completed in 64 milliseconds