Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/pkcs/
DSignerInfo.java60 PKCS9Attributes unauthenticatedAttributes; field in SignerInfo
81 PKCS9Attributes unauthenticatedAttributes) { in SignerInfo() argument
89 this.unauthenticatedAttributes = unauthenticatedAttributes; in SignerInfo()
161 unauthenticatedAttributes = in SignerInfo()
205 if (unauthenticatedAttributes != null) in derEncode()
206 unauthenticatedAttributes.encode((byte)0xA1, seq); in derEncode()
484 return unauthenticatedAttributes; in getUnauthenticatedAttributes()
506 if (unauthenticatedAttributes != null) { in toString()
508 unauthenticatedAttributes + "\n"; in toString()