Class Entity


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

      • Entity

        public Entity()
    • Method Detail

      • 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