Home | History | Annotate | Download | only in cert

Lines Matching full:x509crl

37 import java.security.cert.X509CRL;
53 * This class is an implementation of X509CRL. It wraps
60 * @see java.security.cert.X509CRL
62 public class X509CRLImpl extends X509CRL {
64 // the core object to be wrapped in X509CRL
134 // ----- java.security.cert.X509CRL abstract method implementations ----
138 * @see java.security.cert.X509CRL#getEncoded()
151 * @see java.security.cert.X509CRL#getVersion()
159 * @see java.security.cert.X509CRL#getIssuerDN()
170 * @see java.security.cert.X509CRL#getIssuerX500Principal()
181 * @see java.security.cert.X509CRL#getThisUpdate()
189 * @see java.security.cert.X509CRL#getNextUpdate()
235 * @see java.security.cert.X509CRL#getRevokedCertificate(X509Certificate)
290 * @see java.security.cert.X509CRL#getRevokedCertificate(BigInteger)
310 * @see java.security.cert.X509CRL#getRevokedCertificates()
324 * @see java.security.cert.X509CRL#getTBSCertList()
338 * @see java.security.cert.X509CRL#getSignature()
351 * @see java.security.cert.X509CRL#getSigAlgName()
366 * @see java.security.cert.X509CRL#getSigAlgOID()
381 * @see java.security.cert.X509CRL#getSigAlgParams()
399 * @see java.security.cert.X509CRL#verify(PublicKey key)
416 * @see java.security.cert.X509CRL#verify(PublicKey key, String sigProvider)