Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/pkcs/
DSignerInfo.java97 PKCS9Attributes unauthenticatedAttributes; field in SignerInfo
121 PKCS9Attributes unauthenticatedAttributes) { in SignerInfo() argument
129 this.unauthenticatedAttributes = unauthenticatedAttributes; in SignerInfo()
201 unauthenticatedAttributes = in SignerInfo()
245 if (unauthenticatedAttributes != null) in derEncode()
246 unauthenticatedAttributes.encode((byte)0xA1, seq); in derEncode()
551 return unauthenticatedAttributes; in getUnauthenticatedAttributes()
559 if (unauthenticatedAttributes == null) { in getTsToken()
563 unauthenticatedAttributes.getAttribute( in getTsToken()
679 if (unauthenticatedAttributes != null) { in toString()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DSignerInfo.java55 sun.security.pkcs.PKCS9Attributes unauthenticatedAttributes) { in SignerInfo() argument
194 sun.security.pkcs.PKCS9Attributes unauthenticatedAttributes; field in SignerInfo
/libcore/ojluni/annotations/mmodule/sun/security/pkcs/
DSignerInfo.annotated.java48 …tEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes) { throw… in SignerInfo() argument