Class 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.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.
      static java.lang.String CrlNotAvailiable
      The relevant certificate revocation list was not available for checking.
      static java.lang.String OcspNotAvailiable
      The relevant revocation information was not available via the online certificate status protocol.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • InsufficientInformationResultMinorValues

        public InsufficientInformationResultMinorValues()