be.fgov.ehealth.etee.crypto.decrypt
Class UnsealedData

java.lang.Object
  extended by be.fgov.ehealth.etee.crypto.decrypt.UnsealedData

public class UnsealedData
extends java.lang.Object

Data produced when verifying/unsealing data.


Constructor Summary
UnsealedData()
           
 
Method Summary
 java.security.cert.X509Certificate getAuthenticationCert()
           
 java.io.InputStream getContent()
           
 byte[] getSignature()
           
 java.security.cert.X509Certificate getSignatureCert()
           
 java.util.Date getSigningTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsealedData

public UnsealedData()
Method Detail

getContent

public java.io.InputStream getContent()
Returns:
content

getAuthenticationCert

public java.security.cert.X509Certificate getAuthenticationCert()
Returns:
the authenticationCert

getSignature

public byte[] getSignature()
Returns:
the signature

getSigningTime

public java.util.Date getSigningTime()
Returns:
the signingTime

getSignatureCert

public java.security.cert.X509Certificate getSignatureCert()
Returns:
the signature certificate used for the inner signature of a triple wrapped message (only available if the message was unsealed and the inner signature contained a certificate).


Copyright © 2018 eHealth. All Rights Reserved.