public enum DigestMethod extends java.lang.Enum<DigestMethod>
| 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 DigestMethod |
resolve(java.lang.String aUrl) |
static DigestMethod |
resolveFromName(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aAlg) |
static DigestMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigestMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestMethod MD_5
public static final DigestMethod RIPEMD_160
public static final DigestMethod SHA_1
public static final DigestMethod SHA_224
public static final DigestMethod SHA_256
public static final DigestMethod SHA_384
public static final DigestMethod SHA_512
public static DigestMethod[] values()
for (DigestMethod c : DigestMethod.values()) System.out.println(c);
public static DigestMethod 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 DigestMethod resolve(java.lang.String aUrl) throws UnknownAlgorithmException
UnknownAlgorithmExceptionpublic static DigestMethod resolveFromName(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aAlg) throws UnknownAlgorithmException
UnknownAlgorithmExceptionCopyright © 2025. All rights reserved.