|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICertificate
Represents stored x509 Certificate
Field Summary | |
---|---|
static String |
CERTIFICATE_TYPE_ENCRYPT
Encrypt only certificate type |
static String |
CERTIFICATE_TYPE_MESSAGE_AUTH
Message audhtentication certificate type |
static String |
CERTIFICATE_TYPE_SSL
SSL Certificate type (default) |
static String |
CERTIFICATE_TYPE_VERIFY
Verify only certificate type |
static String |
CERTIFICATE_TYPE_VERIFY_ENCRYPT
Verify and Encrypt certificate type |
Method Summary | |
---|---|
String |
getID()
Returns unique ID for this certificate object |
String |
getIssuerCommonName()
Issuer common name |
String |
getIssuerDN()
Issuer DN String |
Date |
getNotAfter()
Certificate not After date |
Date |
getNotBefore()
Certificate not Before date |
String |
getSerialNumber()
Certificate serial number |
String |
getSubjectCommonName()
Subject common name |
String |
getSubjectDN()
Subject full DN string |
String |
getType()
Assigned certificate type |
X509Certificate |
getX509Certificate()
Returns X509Certificate object |
Methods inherited from interface com.webmethods.sc.directory.IDirectoryObject |
---|
getDirectorySession |
Field Detail |
---|
static final String CERTIFICATE_TYPE_SSL
static final String CERTIFICATE_TYPE_VERIFY
static final String CERTIFICATE_TYPE_ENCRYPT
static final String CERTIFICATE_TYPE_VERIFY_ENCRYPT
static final String CERTIFICATE_TYPE_MESSAGE_AUTH
Method Detail |
---|
String getID() throws DirectoryException
getID
in interface IDirectoryObject
DirectoryException
String getType() throws DirectoryException
DirectoryException
String getSerialNumber() throws DirectoryException
DirectoryException
String getIssuerDN() throws DirectoryException
DirectoryException
String getIssuerCommonName() throws DirectoryException
DirectoryException
String getSubjectDN() throws DirectoryException
DirectoryException
String getSubjectCommonName() throws DirectoryException
DirectoryException
Date getNotBefore() throws DirectoryException
DirectoryException
Date getNotAfter() throws DirectoryException
DirectoryException
X509Certificate getX509Certificate() throws DirectoryException
DirectoryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |