Uses of Enum
org.conscrypt.OpenSSLSignature.EngineType
Packages that use OpenSSLSignature.EngineType
-
Uses of OpenSSLSignature.EngineType in org.conscrypt
Fields in org.conscrypt declared as OpenSSLSignature.EngineTypeModifier and TypeFieldDescriptionprivate final OpenSSLSignature.EngineType
OpenSSLSignature.engineType
Holds the type of the Java algorithm.Methods in org.conscrypt that return OpenSSLSignature.EngineTypeModifier and TypeMethodDescriptionstatic OpenSSLSignature.EngineType
Returns the enum constant of this type with the specified name.static OpenSSLSignature.EngineType[]
OpenSSLSignature.EngineType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.conscrypt with parameters of type OpenSSLSignature.EngineTypeModifierConstructorDescriptionprivate
OpenSSLSignature
(long evpMdRef, OpenSSLSignature.EngineType engineType) Creates a new OpenSSLSignature instance for the given algorithm name.