Uses of Class
org.conscrypt.OpenSSLSignature.EngineType
-
Packages that use OpenSSLSignature.EngineType Package Description org.conscrypt -
-
Uses of OpenSSLSignature.EngineType in org.conscrypt
Fields in org.conscrypt declared as OpenSSLSignature.EngineType Modifier and Type Field Description private OpenSSLSignature.EngineType
OpenSSLSignature. engineType
Holds the type of the Java algorithm.Methods in org.conscrypt that return OpenSSLSignature.EngineType Modifier and Type Method Description static OpenSSLSignature.EngineType
OpenSSLSignature.EngineType. valueOf(java.lang.String name)
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.EngineType Constructor Description OpenSSLSignature(long evpMdRef, OpenSSLSignature.EngineType engineType)
Creates a new OpenSSLSignature instance for the given algorithm name.
-