public interface TimeStampServiceValidator
Modifier and Type | Method and Description |
---|---|
void |
validate(List<X509Certificate> certificateChain,
RevocationData revocationData)
Validates the given certificate chain.
|
void validate(List<X509Certificate> certificateChain, RevocationData revocationData) throws Exception
certificateChain
- revocationData
- the optional data container that should be filled with
revocation data that was used to validate the given
certificate chain.Exception
- in case the certificate chain is invalid.Copyright © 2008-2015 FedICT. All Rights Reserved.