public interface TimeStampServiceValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(java.util.List<java.security.cert.X509Certificate> certificateChain, RevocationData revocationData)
Validates the given certificate chain.
(验证给定的证书链。)
|
void validate(java.util.List<java.security.cert.X509Certificate> certificateChain,
RevocationData revocationData)
throws java.lang.Exception
certificateChain -
(证书链 -)
revocationData - the optional data container that should be filled with revocation data that was used to validate the given certificate chain.
(revocationData - 应该填充用于验证给定证书链的撤销数据的可选数据容器。)
java.lang.Exception - in case the certificate chain is invalid.
(java.lang.Exception - 如果证书链无效。)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.