|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Credential
The Interface Credential.
Method Summary | |
---|---|
X509Certificate |
getCertificate()
Gets the certificate. |
Certificate[] |
getCertificateChain()
Gets the certificate chain |
String |
getIssuer()
Gets the issuer. |
String |
getIssuerQualifier()
Gets the issuer qualifier. |
KeyStore |
getKeyStore()
|
PrivateKey |
getPrivateKey()
Gets the private key. |
String |
getProviderName()
Gets the keystore provider |
PublicKey |
getPublicKey()
Gets the public key. |
Method Detail |
---|
String getIssuer() throws TechnicalConnectorException
TechnicalConnectorException
String getIssuerQualifier() throws TechnicalConnectorException
TechnicalConnectorException
PublicKey getPublicKey() throws TechnicalConnectorException
TechnicalConnectorException
PrivateKey getPrivateKey() throws TechnicalConnectorException
TechnicalConnectorException
X509Certificate getCertificate() throws TechnicalConnectorException
TechnicalConnectorException
String getProviderName() throws TechnicalConnectorException
TechnicalConnectorException
Certificate[] getCertificateChain() throws TechnicalConnectorException
KeyStoreException
TechnicalConnectorException
KeyStore getKeyStore() throws TechnicalConnectorException
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |