Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java95 private byte[] signedCRL = null; // DER encoded crl field in X509CRLImpl
148 signedCRL = null; in X509CRLImpl()
163 signedCRL = null; in X509CRLImpl()
179 signedCRL = null; in X509CRLImpl()
264 if (signedCRL == null) { in getEncodedInternal()
267 return signedCRL; in getEncodedInternal()
378 if (signedCRL == null) { in verify()
422 if (signedCRL == null) { in verify()
530 signedCRL = out.toByteArray(); in sign()
1074 signedCRL = val.toByteArray(); in parse()
[all …]