Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CertImpl.java122 private byte[] signedCert = null; field in X509CertImpl
190 signedCert = null; in X509CertImpl()
308 signedCert = null; in X509CertImpl()
327 signedCert = null; in X509CertImpl()
341 if (signedCert == null) in encode()
345 out.write(signedCert.clone()); in encode()
360 if (signedCert == null) in derEncode()
362 out.write(signedCert.clone()); in derEncode()
383 if (signedCert == null) { in getEncodedInternal()
387 return signedCert; in getEncodedInternal()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CertImpl.java476 @android.compat.annotation.UnsupportedAppUsage private byte[] signedCert; field in X509CertImpl