public enum DigestAlgorithm extends java.lang.Enum<DigestAlgorithm>
| Enum Constant and Description |
|---|
MD_5 |
RIPEMD_160 |
SHA_1 |
SHA_224 |
SHA_256 |
SHA_384 |
SHA_512 |
| Modifier and Type | Method and Description |
|---|---|
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg |
getAlgorithm() |
java.lang.String |
getUrl() |
static tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg |
resolve(java.lang.String aUrl) |
static DigestAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigestAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestAlgorithm MD_5
public static final DigestAlgorithm RIPEMD_160
public static final DigestAlgorithm SHA_1
public static final DigestAlgorithm SHA_224
public static final DigestAlgorithm SHA_256
public static final DigestAlgorithm SHA_384
public static final DigestAlgorithm SHA_512
public static DigestAlgorithm[] values()
for (DigestAlgorithm c : DigestAlgorithm.values()) System.out.println(c);
public static DigestAlgorithm valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getUrl()
public tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg getAlgorithm()
public static tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg resolve(java.lang.String aUrl)
Copyright © 2025. All rights reserved.