Class ResultMajorValues.InsufficientInformationResultMinorValues
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.ResultMajorValues.InsufficientInformationResultMinorValues
-
- Enclosing class:
- ResultMajorValues
public static class ResultMajorValues.InsufficientInformationResultMinorValues extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCertificateChainNotCompleteThe chain of trust could not be established binding the public key used for validation to a trusted root certification authority via potential intermediate certification authorities.static java.lang.StringCrlNotAvailiableThe relevant certificate revocation list was not available for checking.static java.lang.StringOcspNotAvailiableThe relevant revocation information was not available via the online certificate status protocol.
-
Constructor Summary
Constructors Constructor Description InsufficientInformationResultMinorValues()
-
-
-
Field Detail
-
CrlNotAvailiable
public static final java.lang.String CrlNotAvailiable
The relevant certificate revocation list was not available for checking.- See Also:
- Constant Field Values
-
OcspNotAvailiable
public static final java.lang.String OcspNotAvailiable
The relevant revocation information was not available via the online certificate status protocol.- See Also:
- Constant Field Values
-
CertificateChainNotComplete
public static final java.lang.String CertificateChainNotComplete
The chain of trust could not be established binding the public key used for validation to a trusted root certification authority via potential intermediate certification authorities.- See Also:
- Constant Field Values
-
-