Lines Matching refs:unauthenticatedAttributes
57 PKCS9Attributes unauthenticatedAttributes;
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;
484 if (unauthenticatedAttributes != null) {
486 unauthenticatedAttributes + "\n";