public class X509CertificateWrapper
extends java.lang.Object
X509Certificate
object.| Constructor and Description |
|---|
X509CertificateWrapper(X509Certificate c)
Instantiates a
CertificateWrapper object with the given
certificate. |
| Modifier and Type | Method and Description |
|---|---|
ASN1Object |
getASN1Subject()
Returns the subject of the certificate as an ASN.1 object.
|
java.lang.String |
getHistoryName()
Generates the name required for the certificate history.
|
Name |
getIssuer()
Returns the issuer of a certificate.
|
public X509CertificateWrapper(X509Certificate c)
CertificateWrapper object with the given
certificate.c - the certificate.public java.lang.String getHistoryName()
public Name getIssuer()
This method is used to get around some limitations
in the java.security.cert vs. iaik.x509
definitions.
public ASN1Object getASN1Subject()