|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
String |
getSerialNumberAttrName()
Returns the attribute name that represents the serial number. |
URL |
getUrl()
Returns the ldap url this client was registered for. |
iaik.x509.X509Certificate |
retrieveCertificate(BigInteger serialNumber)
Retriebes the certificate with the serial number . |
iaik.x509.X509Certificate[] |
retrieveCertificates(String filter)
Retrieves the certificate(s) matching the filter . |
void |
setSerialNumberAttrName(String serialNumberAttrName)
Sets the attribute name that represents the serial number. |
void |
setUrl(URL ldapURL)
Sets the ldap url this client should be registered for. |
| Method Detail |
public URL getUrl()
public void setUrl(URL ldapURL)
ldapURL - The ldap url linked with this client.public String getSerialNumberAttrName()
public void setSerialNumberAttrName(String serialNumberAttrName)
serialNumberAttrName - The attribute name representing the serial number.
public iaik.x509.X509Certificate[] retrieveCertificates(String filter)
throws LDAPException
filter - The filter for the ldap request.
LDAPException - Is thrown in case of error.
public iaik.x509.X509Certificate retrieveCertificate(BigInteger serialNumber)
throws LDAPException
serialNumber - The serial number of the required certificate.
LDAPException - Is thrown in case of error.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||