public static enum NetStorageCMSv35Signer.SignType extends Enum<NetStorageCMSv35Signer.SignType>
(don't ask what v1 and v2 were. You don't want to know. It will make you cry.)
| Enum Constant and Description |
|---|
HMACMD5 |
HMACSHA1 |
HMACSHA256 |
| Modifier and Type | Method and Description |
|---|---|
Utils.KeyedHashAlgorithm |
getAlgorithm() |
int |
getValue() |
static NetStorageCMSv35Signer.SignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetStorageCMSv35Signer.SignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetStorageCMSv35Signer.SignType HMACMD5
public static final NetStorageCMSv35Signer.SignType HMACSHA1
public static final NetStorageCMSv35Signer.SignType HMACSHA256
public static NetStorageCMSv35Signer.SignType[] values()
for (NetStorageCMSv35Signer.SignType c : NetStorageCMSv35Signer.SignType.values()) System.out.println(c);
public static NetStorageCMSv35Signer.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 Utils.KeyedHashAlgorithm getAlgorithm()
Copyright © 2016. All rights reserved.