Searched defs:revokedCert (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLEntryImpl.java78 private byte[] revokedCert = null; field in class:X509CRLEntryImpl
115 * @param revokedCert the encoded bytes.
118 public X509CRLEntryImpl(byte[] revokedCert) throws CRLException { argument
120 parse(new DerValue(revokedCert));
122 this.revokedCert = null;
137 revokedCert = null;
162 if (revokedCert == null) {
179 revokedCert = seq.toByteArray();
181 outStrm.write(revokedCert);
199 if (revokedCert
[all...]

Completed in 30 milliseconds