Modifier and Type | Method and Description |
---|---|
static OzetTipi |
fromDigestAlg(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aDigestAlg) |
int |
getIntValue() |
static OzetTipi |
getNesne(int aTip) |
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg |
toDigestAlg() |
static OzetTipi |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OzetTipi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OzetTipi SHA1
public static final OzetTipi SHA224
public static final OzetTipi SHA256
public static final OzetTipi SHA384
public static final OzetTipi SHA512
public static OzetTipi[] values()
for (OzetTipi c : OzetTipi.values()) System.out.println(c);
public static OzetTipi 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 int getIntValue()
public static OzetTipi getNesne(int aTip)
public tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg toDigestAlg()
public static OzetTipi fromDigestAlg(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aDigestAlg)
Copyright © 2025. All rights reserved.