public class CRL extends X509Object
| Modifier and Type | Field and Description |
|---|---|
java.security.cert.CRL |
crl |
| Constructor and Description |
|---|
CRL() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(X509Object oth) |
boolean |
isName(Name nm) |
boolean |
matches(X509Object o) |
int |
type() |
indexBySubject, retrieveBySubject, retrieveMatchpublic int type()
type in class X509Objectpublic boolean isName(Name nm)
isName in class X509Objectpublic boolean matches(X509Object o)
matches in class X509Objectpublic int compareTo(X509Object oth)
compareTo in interface java.lang.Comparable<X509Object>compareTo in class X509ObjectCopyright © 2002-2009 JRuby Team. All Rights Reserved.