public interface Credential
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
Gets the certificate.
|
Certificate[] |
getCertificateChain()
Gets the certificate chain
|
String |
getIssuer()
Gets the issuer.
|
String |
getIssuerQualifier()
Gets the issuer qualifier.
|
KeyStore |
getKeyStore()
Gets the associated
KeyStore |
PrivateKey |
getPrivateKey()
Gets the private key.
|
String |
getProviderName()
Gets the keystore provider
|
PublicKey |
getPublicKey()
Gets the public key.
|
String getIssuer() throws TechnicalConnectorException
TechnicalConnectorExceptionString getIssuerQualifier() throws TechnicalConnectorException
TechnicalConnectorExceptionPublicKey getPublicKey() throws TechnicalConnectorException
TechnicalConnectorExceptionPrivateKey getPrivateKey() throws TechnicalConnectorException
TechnicalConnectorExceptionX509Certificate getCertificate() throws TechnicalConnectorException
TechnicalConnectorExceptionString getProviderName() throws TechnicalConnectorException
TechnicalConnectorExceptionCertificate[] getCertificateChain() throws TechnicalConnectorException
TechnicalConnectorExceptionKeyStore getKeyStore() throws TechnicalConnectorException
KeyStoreTechnicalConnectorException
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.