Enum MRAEquivalenceContext

java.lang.Object
java.lang.Enum<MRAEquivalenceContext>
eu.europa.esig.dss.enumerations.MRAEquivalenceContext
All Implemented Interfaces:
UriBasedEnum, Serializable, Comparable<MRAEquivalenceContext>

public enum MRAEquivalenceContext extends Enum<MRAEquivalenceContext> implements UriBasedEnum
It identifies the context of the machine processable declarative statement whose reference implementation(s) used by the pointing contracting party is (are) declared in the CertificateContentDeclarationPointingParty element and whose equivalent implementation(s) used by the pointed contracting party is (are) declared in the CertificateContentDeclarationPointedParty element.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Indicate that the CertificateContentReferenceEquivalence element applies to the context of mapping the respective pointing party and pointed party reference machine processable statement(s) included in a certificate to declare (as a statement made by the issuing TSP) and to confirm (as a benchmark for establishing the content of the corresponding TL trust service entry) that it has been issued as a qualified certificate.
    Indicate that the CertificateContentReferenceEquivalence element applies to the context of mapping the respective pointing party and pointed party reference machine processable statement(s) included in a certificate to declare (as a statement made by the issuing TSP) and to confirm (as a benchmark for establishing the content of the corresponding TL trust service entry) that the private key, to which the certified public key corresponds, resides in an EU qualified electronic signature or seal creation device.
    Indicate that the CertificateContentReferenceEquivalence element applies to the context of mapping the respective pointing party and pointed party reference machine processable statement(s) included in a certificate to declare (as a statement made by the issuing TSP) and to confirm (as a benchmark for establishing the content of the corresponding TL trust service entry) that it has been issued for a certain usage type (i.e.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a URI
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • QC_COMPLIANCE

      public static final MRAEquivalenceContext QC_COMPLIANCE
      Indicate that the CertificateContentReferenceEquivalence element applies to the context of mapping the respective pointing party and pointed party reference machine processable statement(s) included in a certificate to declare (as a statement made by the issuing TSP) and to confirm (as a benchmark for establishing the content of the corresponding TL trust service entry) that it has been issued as a qualified certificate.
    • QC_TYPE

      public static final MRAEquivalenceContext QC_TYPE
      Indicate that the CertificateContentReferenceEquivalence element applies to the context of mapping the respective pointing party and pointed party reference machine processable statement(s) included in a certificate to declare (as a statement made by the issuing TSP) and to confirm (as a benchmark for establishing the content of the corresponding TL trust service entry) that it has been issued for a certain usage type (i.e. for electronic signatures, for electronic seals, or for website authentication).
    • QC_QSCD

      public static final MRAEquivalenceContext QC_QSCD
      Indicate that the CertificateContentReferenceEquivalence element applies to the context of mapping the respective pointing party and pointed party reference machine processable statement(s) included in a certificate to declare (as a statement made by the issuing TSP) and to confirm (as a benchmark for establishing the content of the corresponding TL trust service entry) that the private key, to which the certified public key corresponds, resides in an EU qualified electronic signature or seal creation device.
  • Method Details

    • values

      public static MRAEquivalenceContext[] 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 MRAEquivalenceContext 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
    • getUri

      public String getUri()
      Description copied from interface: UriBasedEnum
      Returns a URI
      Specified by:
      getUri in interface UriBasedEnum
      Returns:
      String