public static enum NetStorageCmsSigner.SignType extends Enum<NetStorageCmsSigner.SignType>
Enum Constant and Description |
---|
HMACMD5 |
HMACSHA1 |
HMACSHA256 |
Modifier and Type | Method and Description |
---|---|
NetStorageUtils.KeyedHashAlgorithm |
getAlgorithm() |
int |
getValue() |
static NetStorageCmsSigner.SignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetStorageCmsSigner.SignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetStorageCmsSigner.SignType HMACMD5
public static final NetStorageCmsSigner.SignType HMACSHA1
public static final NetStorageCmsSigner.SignType HMACSHA256
public static NetStorageCmsSigner.SignType[] values()
for (NetStorageCmsSigner.SignType c : NetStorageCmsSigner.SignType.values()) System.out.println(c);
public static NetStorageCmsSigner.SignType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public NetStorageUtils.KeyedHashAlgorithm getAlgorithm()
Copyright © 2023 Frank!Framework. All rights reserved.