public class TokenValidationExtraInfo extends Object implements Serializable
| Constructor and Description |
|---|
TokenValidationExtraInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValidationInfo()
Returns the additional information gathered during the validation process.
|
void |
infoCRLException(String message)
This method allows to add an exception message with CRL
|
void |
infoCRLIsNotValid()
This method adds an information as invalid CRL
|
void |
infoCRLSourceIsNull()
This method adds an information as CRL source is null
|
void |
infoNoCRLInfoFound()
This method adds an information as CRL not found
|
void |
infoNoOcspUriFoundInCertificate()
This method adds an information as no OCSP URI found
|
void |
infoOCSPException(String message)
This method allows to add an exception message with OCSP
|
void |
infoOCSPNoCheckPresent() |
void |
infoOCSPSourceIsNull()
This method adds an information as OCSP source is null
|
void |
infoTheCertIsExpired(Date validationDate,
Date notAfter,
Date notBefore) |
void |
infoTheCertNotValidYet(Date validationDate,
Date notAfter,
Date notBefore) |
void |
infoTheSigningCertNotFound() |
public List<String> getValidationInfo()
public void infoTheSigningCertNotFound()
public void infoOCSPSourceIsNull()
public void infoNoOcspUriFoundInCertificate()
public void infoOCSPException(String message)
public void infoCRLSourceIsNull()
public void infoNoCRLInfoFound()
public void infoCRLIsNotValid()
public void infoCRLException(String message)
public void infoOCSPNoCheckPresent()
public void infoTheCertNotValidYet(Date validationDate, Date notAfter, Date notBefore)
Copyright © 2018. All rights reserved.