COM.claymoresystems.sslg
Interface Certificate
- X509Cert
public interface Certificate
An interface specifying minimal certificate access functions
getDER
public byte[] getDER()
get the DER of the cert itself
- the encoding as a bytestring
getExtensions
public Vector getExtensions()
Get the vector of extensions (if any)
- the extensions
getIssuerDER
public byte[] getIssuerDER()
get the DER encoded issuer name
- the encoding as a bytestring
getIssuerName
public DistinguishedName getIssuerName()
Get the Isuser name as a DistinguishedName
- the issuer name as a DistinguishedName
getSerial
public BigInteger getSerial()
get the serialNumber
- the serial as a BigInteger
getSubjectDER
public byte[] getSubjectDER()
get the DER encoded subject name
- the encoding as a bytestring
getSubjectName
public DistinguishedName getSubjectName()
Get the Subject name as a DistinguishedName
- the subject name as a DistinguishedName
getValidityNotAfter
public Date getValidityNotAfter()
get the not-valid-after date of the certificate
(the end of the validity period)
- the notAfter Date
getValidityNotBefore
public Date getValidityNotBefore()
get the not-valid-before date of the certificate
(the beginning of the validity period)
- the notBefore Date
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.