public enum RKSuite extends Enum<RKSuite>
Enum Constant and Description |
---|
R1_AT0 |
R1_AT1 |
R1_AT100 |
R1_AT2 |
R1_AT3 |
Modifier and Type | Field and Description |
---|---|
protected String |
hashAlgorithmForPreviousSignatureValue |
protected String |
jwsSignatureAlgorithm |
protected int |
numberOfBytesExtractedFromPrevSigHash |
protected String |
suiteID |
protected String |
zdaID |
Modifier and Type | Method and Description |
---|---|
String |
getHashAlgorithmForPreviousSignatureValue() |
String |
getJwsSignatureAlgorithm() |
int |
getNumberOfBytesExtractedFromPrevSigHash() |
String |
getSuiteID() |
String |
getZdaID() |
static RKSuite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RKSuite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RKSuite R1_AT0
public static final RKSuite R1_AT1
public static final RKSuite R1_AT2
public static final RKSuite R1_AT3
public static final RKSuite R1_AT100
protected String suiteID
protected String zdaID
protected String jwsSignatureAlgorithm
protected String hashAlgorithmForPreviousSignatureValue
protected int numberOfBytesExtractedFromPrevSigHash
public static RKSuite[] values()
for (RKSuite c : RKSuite.values()) System.out.println(c);
public static RKSuite 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 String getSuiteID()
public String getZdaID()
public String getJwsSignatureAlgorithm()
public String getHashAlgorithmForPreviousSignatureValue()
public int getNumberOfBytesExtractedFromPrevSigHash()
Copyright © 2021. All rights reserved.