Enum Constant and Description |
---|
MGF1 |
Modifier and Type | Method and Description |
---|---|
static MGF |
fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgorithmIdentifier) |
static MGF |
fromName(java.lang.String algName) |
static MGF |
fromOID(int[] aOID) |
java.lang.String |
getName() |
int[] |
getOID() |
static MGF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MGF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MGF MGF1
public static MGF[] values()
for (MGF c : MGF.values()) System.out.println(c);
public static MGF 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[] getOID()
public java.lang.String getName()
public static MGF fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgorithmIdentifier)
public static MGF fromOID(int[] aOID)
public static MGF fromName(java.lang.String algName)
Copyright © 2025. All rights reserved.