java.lang.Object | ||
java.security.cert.X509CRLSelector | CRLSelector |
X509CRLSelector() |
void | addIssuer(X500Principal issuer) | |||||
void | addIssuerName(byte[] iss_name) | |||||
void | addIssuerName(String iss_name) | |||||
Object | clone() | |||||
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver. | ||||||
X509Certificate | getCertificateChecking() | |||||
Date | getDateAndTime() | |||||
Collection<Object> | getIssuerNames() | |||||
Collection<X500Principal> | getIssuers() | |||||
BigInteger | getMaxCRL() | |||||
BigInteger | getMinCRL() | |||||
boolean | match(CRL crl) | |||||
void | setCertificateChecking(X509Certificate cert) | |||||
void | setDateAndTime(Date dateAndTime) | |||||
void | setIssuerNames(Collection<?> names) | |||||
void | setIssuers(Collection<X500Principal> issuers) | |||||
void | setMaxCRLNumber(BigInteger maxCRL) | |||||
void | setMinCRLNumber(BigInteger minCRL) | |||||
String | toString() | |||||
Returns a string containing a concise, human-readable description of the receiver. |
IOException |
---|
IOException |
---|
Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.
IOException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |