Serialized Form


Package be.fgov.ehealth.etee.crypto.encrypt

Class be.fgov.ehealth.etee.crypto.encrypt.DataSealerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

encrCert

java.security.cert.X509Certificate encrCert
the non-encoded encryption certificate


encoded

byte[] encoded
the encoded certificate, the eHealth proprietary format "Encryption token", type xDDCv1


authCert

java.security.cert.X509Certificate authCert
The certificate that corresponds to the private key that was used to sign this encryption token.


etkRaCert

java.security.cert.X509Certificate etkRaCert
The certificate that corresponds to the private key that signs the ETK


caCertChain

java.util.List<E> caCertChain
The CA certificate chain that contains the CA certificate and the root CA certificate. The CA certificate must have signed the ETK's authentication certificate in order for the ETK to be valid.


Package be.fgov.ehealth.etee.crypto.ocsp

Class be.fgov.ehealth.etee.crypto.ocsp.OCSPException extends java.security.GeneralSecurityException implements Serializable

serialVersionUID: 1L


Package be.fgov.ehealth.etee.crypto.status

Class be.fgov.ehealth.etee.crypto.status.CryptoResultException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package be.fgov.ehealth.etee.crypto.utils

Class be.fgov.ehealth.etee.crypto.utils.KeyManager.CertificateRetrievalException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -696029466310722821L

Class be.fgov.ehealth.etee.crypto.utils.KeyManager.CertStoreException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -696029466310722821L

Class be.fgov.ehealth.etee.crypto.utils.KeyManager.KeyStoreOpeningException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -696029466310722821L

Class be.fgov.ehealth.etee.crypto.utils.KeyManager.KeyStoreStoringException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -696029466310722821L



Copyright © 2019 eHealth. All Rights Reserved.