Enum Class Oid

java.lang.Object
java.lang.Enum<Oid>
de.gematik.bbriccs.crypto.certificate.Oid
All Implemented Interfaces:
Serializable, Comparable<Oid>, Constable

public enum Oid extends Enum<Oid>
  • Enum Constant Details

    • OID_EGK_AUT

      public static final Oid OID_EGK_AUT
    • OID_EGK_AUT_ALT

      public static final Oid OID_EGK_AUT_ALT
    • OID_HBA_QES

      public static final Oid OID_HBA_QES
    • OID_HBA_ENC

      public static final Oid OID_HBA_ENC
    • OID_HBA_AUT

      public static final Oid OID_HBA_AUT
    • OID_SMC_B_ENC

      public static final Oid OID_SMC_B_ENC
    • OID_SMC_B_AUT

      public static final Oid OID_SMC_B_AUT
    • OID_SMC_B_OSIG

      public static final Oid OID_SMC_B_OSIG
  • Method Details

    • values

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

      public static Oid valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getByOid

      public static Optional<Oid> getByOid(String oid)
    • asCertType

      public String asCertType()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Oid>