|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.sts.security.impl.AbstractExtendedCredential
be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
public class KeyStoreCredential
The Class KeyStoreCredential. Implementation of AbstractExtendedCredential
Constructor Summary | |
---|---|
KeyStoreCredential(KeyStoreInfo keyStoreInfo)
Instantiates a new key store credential. |
|
KeyStoreCredential(KeyStore keystore,
String alias,
String password)
|
|
KeyStoreCredential(String keystorePath,
String alias,
String password)
Instantiates a new key store credential. |
|
KeyStoreCredential(String keystorePath,
String pwdKeystore,
String privateKeyAlias,
String pwdPrivateKey)
Instantiates a new key store 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()
Gets the associated KeyStore |
PrivateKey |
getPrivateKey()
Gets the private key. |
String |
getProviderName()
Gets the keystore provider |
PublicKey |
getPublicKey()
Gets the public key. |
Methods inherited from class be.ehealth.technicalconnector.service.sts.security.impl.AbstractExtendedCredential |
---|
getCertPath, getExpirationDateTime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyStoreCredential(KeyStore keystore, String alias, String password)
public KeyStoreCredential(KeyStoreInfo keyStoreInfo) throws TechnicalConnectorException
keyStoreInfo
- the key store info
TechnicalConnectorException
- the technical connector exceptionpublic KeyStoreCredential(String keystorePath, String alias, String password) throws TechnicalConnectorException
keystorePath
- the keystore pathalias
- the aliaspassword
- the password
TechnicalConnectorException
- the technical connector exceptionpublic KeyStoreCredential(String keystorePath, String pwdKeystore, String privateKeyAlias, String pwdPrivateKey) throws TechnicalConnectorException
keystorePath
- the keystore path
TechnicalConnectorException
- the technical connector exceptionMethod Detail |
---|
public String getIssuer()
public String getIssuerQualifier()
public PublicKey getPublicKey()
public PrivateKey getPrivateKey()
public X509Certificate getCertificate()
public String getProviderName()
Credential
public Certificate[] getCertificateChain()
Credential
public KeyStore getKeyStore() throws TechnicalConnectorException
Credential
KeyStore
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |