Package org.conscrypt
Class EvpMdRef.SHA512
- java.lang.Object
-
- org.conscrypt.EvpMdRef.SHA512
-
- Enclosing class:
- EvpMdRef
static final class EvpMdRef.SHA512 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
EVP_MD
(package private) static java.lang.String
JCA_NAME
(package private) static java.lang.String
OID
(package private) static int
SIZE_BYTES
-
Constructor Summary
Constructors Modifier Constructor Description private
SHA512()
-
-
-
Field Detail
-
JCA_NAME
static final java.lang.String JCA_NAME
- See Also:
- Constant Field Values
-
OID
static final java.lang.String OID
- See Also:
- Constant Field Values
-
EVP_MD
static final long EVP_MD
-
SIZE_BYTES
static final int SIZE_BYTES
-
-