|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.security.pki.DeployedCertificateProvider
public class DeployedCertificateProvider
Deployed Key Provider
| Constructor Summary | |
|---|---|
DeployedCertificateProvider()
Constructor |
|
DeployedCertificateProvider(String jndiName)
Constructor |
|
| Method Summary | |
|---|---|
void |
close()
Closes this connection and releases any system resources associated with it. |
String |
getAlias()
Retrieve the Certificate's alias |
Certificate |
getCertificate()
Retrieve this provider's Certificate |
protected Connection |
getDelegate()
Retrieve the connection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openmdx.kernel.security.resource.Connection |
|---|
close |
| Constructor Detail |
|---|
public DeployedCertificateProvider()
throws NamingException
NamingException
public DeployedCertificateProvider(String jndiName)
throws NamingException
NamingException| Method Detail |
|---|
public String getAlias()
throws GeneralSecurityException
CertificateProviderCertificate's alias
getAlias in interface CertificateProviderCertificate's alias.
GeneralSecurityException
public Certificate getCertificate()
throws GeneralSecurityException
CertificateProviderCertificate
getCertificate in interface CertificateProviderCertificate
GeneralSecurityException
protected Connection getDelegate()
throws GeneralSecurityException
GeneralSecurityExceptionpublic void close()
Connection
close in interface Connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||