public class Certificate extends X509Object
| Modifier and Type | Field and Description |
|---|---|
X509AuxCertificate |
x509 |
| Constructor and Description |
|---|
Certificate() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(X509Object oth) |
boolean |
isName(Name nm) |
boolean |
matches(X509Object o) |
int |
type() |
indexBySubject, retrieveBySubject, retrieveMatchpublic X509AuxCertificate x509
public 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.