Enum Class BNetzAVLCa

java.lang.Object
java.lang.Enum<BNetzAVLCa>
de.gematik.bbriccs.konnektor.utils.BNetzAVLCa
All Implemented Interfaces:
Serializable, Comparable<BNetzAVLCa>, Constable

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

    • GEM_HBA_QCA6_TEST_ONLY

      public static final BNetzAVLCa GEM_HBA_QCA6_TEST_ONLY
    • GEM_HBA_QCA24_TEST_ONLY

      public static final BNetzAVLCa GEM_HBA_QCA24_TEST_ONLY
    • GEM_HBA_QCA51_TEST_ONLY

      public static final BNetzAVLCa GEM_HBA_QCA51_TEST_ONLY
  • Method Details

    • values

      public static BNetzAVLCa[] 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 BNetzAVLCa 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
    • getCA

      public static X509Certificate getCA(String subjectCN)
    • getCA

      public static X509Certificate getCA(X509Certificate eeCert)
    • getCertificate

      public X509Certificate getCertificate()