public class EHealthKeyStore extends Object
Constructor and Description |
---|
EHealthKeyStore(byte[] keyStoreData,
String keyStorePassword)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getAuthenticationCertificate()
Gives back the eHealth authentication certificate.
|
PrivateKey |
getAuthenticationPrivateKey()
Gives back the eHealth authentication private key.
|
X509Certificate |
getEncryptionCertificate()
Gives back the eHealth encryption certificate.
|
PrivateKey |
getEncryptionPrivateKey()
Gives back the eHealth encryption private key.
|
public EHealthKeyStore(byte[] keyStoreData, String keyStorePassword)
keyStoreData
- the PKCS#12 key store data.keyStorePassword
- the PKCS#12 password.public X509Certificate getAuthenticationCertificate()
public PrivateKey getAuthenticationPrivateKey()
public X509Certificate getEncryptionCertificate()
public PrivateKey getEncryptionPrivateKey()
Copyright © 2012-2014 e-Contract.be. All Rights Reserved.