-
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.