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, retrieveMatch
public X509AuxCertificate x509
public int type()
type
in class X509Object
public boolean isName(Name nm)
isName
in class X509Object
public boolean matches(X509Object o)
matches
in class X509Object
public int compareTo(X509Object oth)
compareTo
in interface java.lang.Comparable<X509Object>
compareTo
in class X509Object
Copyright © 2002-2009 JRuby Team. All Rights Reserved.