Class Entity

java.lang.Object
org.wildfly.security.sasl.entity.Entity

public final class Entity extends Object
Constants for the ISO/IEC 9798-3 authentication SASL mechanism.
Author:
Farah Juma
  • Field Details

  • Constructor Details

    • Entity

      public Entity()
  • Method Details

    • algorithmOid

      public static String algorithmOid(String signatureAlgorithm)
      Get the object identifier for the given signature algorithm.
      Parameters:
      signatureAlgorithm - the signature algorithm name
      Returns:
      the object identifier that corresponds to the given algorithm or null if the given algorithm name is invalid
    • keyType

      public static String keyType(String signatureAlgorithm)
      Get the key type for the given signature algorithm.
      Parameters:
      signatureAlgorithm - the signature algorithm name
      Returns:
      the key type that corresponds to the given algorithm or null if the given algorithm name is invalid