public static enum Crypto.SigningPolicySelector extends Enum<Crypto.SigningPolicySelector>
| Enum Constant and Description |
|---|
WITH_NON_REPUDIATION
Signing Policy that indicates that the inner signature should be with a NON_REPUDIATION certificate signed.
|
WITHOUT_NON_REPUDIATION
Signing Policy that indicates if the inner signature should NOT be with a NON_REPUDIATION certificate signed.
|
| Modifier and Type | Method and Description |
|---|---|
static Crypto.SigningPolicySelector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Crypto.SigningPolicySelector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Crypto.SigningPolicySelector WITH_NON_REPUDIATION
public static final Crypto.SigningPolicySelector WITHOUT_NON_REPUDIATION
public static Crypto.SigningPolicySelector[] values()
for (Crypto.SigningPolicySelector c : Crypto.SigningPolicySelector.values()) System.out.println(c);
public static Crypto.SigningPolicySelector 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 null
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.