public interface TimeStampValidator
TimeStampValidatorImpl
Factory : TimeStampValidatorFactory
Modifier and Type | Field and Description |
---|---|
static String |
ALIASLIST
Deprecated.
|
static String |
KEYSTORE
Key used by the
ConfigurableImplementation to pass the keystore. |
Modifier and Type | Method and Description |
---|---|
void |
validateTimeStampToken(byte[] bs,
org.bouncycastle.tsp.TimeStampToken timeStampToken)
validates the timestamp token.
|
void |
validateTimeStampToken(org.bouncycastle.tsp.TimeStampToken timeStampToken)
validates the timestamp token.
|
@Deprecated static final String ALIASLIST
ConfigurableImplementation
to pass the aliaslist of the certificates.static final String KEYSTORE
ConfigurableImplementation
to pass the keystore.void validateTimeStampToken(org.bouncycastle.tsp.TimeStampToken timeStampToken) throws InvalidTimeStampException, TechnicalConnectorException
InvalidTimeStampException
if the timestamp is not validtimeStampToken
- the TimeStampToken
InvalidTimeStampException
- if the timestamp was not validTechnicalConnectorException
- if another exception occured ( wrong config , ... )void validateTimeStampToken(byte[] bs, org.bouncycastle.tsp.TimeStampToken timeStampToken) throws InvalidTimeStampException, TechnicalConnectorException
InvalidTimeStampException
if the timestamp is not validtimeStampToken
- the TimeStampToken
InvalidTimeStampException
- if the timestamp was not validTechnicalConnectorException
- if another exception occured ( wrong config , ... )
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.