public class KeyPairCredential extends AbstractExtendedCredential
Certificate and PrivateKey as input. Implementation of AbstractExtendedCredential| Constructor and Description |
|---|
KeyPairCredential(PrivateKey privateKey,
X509Certificate certificate) |
| 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.
|
getCertPath, getExpirationDateTimepublic KeyPairCredential(PrivateKey privateKey, X509Certificate certificate)
privateKey - certificate - public String getIssuer()
public String getIssuerQualifier()
public PublicKey getPublicKey()
public PrivateKey getPrivateKey()
public X509Certificate getCertificate()
public String getProviderName()
Credentialpublic Certificate[] getCertificateChain()
Credentialpublic KeyStore getKeyStore() throws TechnicalConnectorException
CredentialKeyStoreTechnicalConnectorException
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.