Package org.wildfly.security.sasl.entity
Class Entity
java.lang.Object
org.wildfly.security.sasl.entity.Entity
Constants for the ISO/IEC 9798-3 authentication SASL mechanism.
- Author:
- Farah Juma
-
Field Details
-
SHA1_WITH_RSA
- See Also:
-
SHA1_WITH_DSA
- See Also:
-
SHA1_WITH_ECDSA
- See Also:
-
-
Constructor Details
-
Entity
public Entity()
-
-
Method Details
-
algorithmOid
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
nullif the given algorithm name is invalid
-
keyType
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
nullif the given algorithm name is invalid
-