Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attributes.java58 private final byte[] derEncoding; field in PKCS9Attributes
98 derEncoding = decode(in); in PKCS9Attributes()
139 derEncoding = decode(in); in PKCS9Attributes()
169 derEncoding = generateDerEncoding(); in PKCS9Attributes()
190 byte[] derEncoding = val.toByteArray(); in decode()
191 derEncoding[0] = DerValue.tag_SetOf; in decode()
193 DerInputStream derIn = new DerInputStream(derEncoding); in decode()
225 return reuseEncoding ? derEncoding : generateDerEncoding(); in decode()
239 out.write(derEncoding, 1, derEncoding.length -1); in encode()
256 return derEncoding.clone(); in getDerEncoding()
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attributes.java113 private final byte[] derEncoding; field in PKCS9Attributes
116 derEncoding = new byte[0];