Enum SubIndication

    • Enum Constant Detail

      • FORMAT_FAILURE

        public static final SubIndication FORMAT_FAILURE
      • SIG_CRYPTO_FAILURE

        public static final SubIndication SIG_CRYPTO_FAILURE
      • SIG_CONSTRAINTS_FAILURE

        public static final SubIndication SIG_CONSTRAINTS_FAILURE
      • CHAIN_CONSTRAINTS_FAILURE

        public static final SubIndication CHAIN_CONSTRAINTS_FAILURE
      • CERTIFICATE_CHAIN_GENERAL_FAILURE

        public static final SubIndication CERTIFICATE_CHAIN_GENERAL_FAILURE
      • CRYPTO_CONSTRAINTS_FAILURE

        public static final SubIndication CRYPTO_CONSTRAINTS_FAILURE
      • POLICY_PROCESSING_ERROR

        public static final SubIndication POLICY_PROCESSING_ERROR
      • SIGNATURE_POLICY_NOT_AVAILABLE

        public static final SubIndication SIGNATURE_POLICY_NOT_AVAILABLE
      • TIMESTAMP_ORDER_FAILURE

        public static final SubIndication TIMESTAMP_ORDER_FAILURE
      • NO_SIGNING_CERTIFICATE_FOUND

        public static final SubIndication NO_SIGNING_CERTIFICATE_FOUND
      • NO_CERTIFICATE_CHAIN_FOUND

        public static final SubIndication NO_CERTIFICATE_CHAIN_FOUND
      • REVOKED_NO_POE

        public static final SubIndication REVOKED_NO_POE
      • REVOKED_CA_NO_POE

        public static final SubIndication REVOKED_CA_NO_POE
      • OUT_OF_BOUNDS_NO_POE

        public static final SubIndication OUT_OF_BOUNDS_NO_POE
      • CRYPTO_CONSTRAINTS_FAILURE_NO_POE

        public static final SubIndication CRYPTO_CONSTRAINTS_FAILURE_NO_POE
      • SIGNED_DATA_NOT_FOUND

        public static final SubIndication SIGNED_DATA_NOT_FOUND
    • Method Detail

      • values

        public static SubIndication[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SubIndication valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forName

        public static SubIndication forName​(String value)
        SubIndication can be null
        Parameters:
        value - the string value to be converted
        Returns:
        the related SubIndication