be.ehealth.technicalconnector.service.etee
Enum Crypto.SigningPolicySelector
java.lang.Object
java.lang.Enum<Crypto.SigningPolicySelector>
be.ehealth.technicalconnector.service.etee.Crypto.SigningPolicySelector
- All Implemented Interfaces:
- Serializable, Comparable<Crypto.SigningPolicySelector>
- Enclosing interface:
- Crypto
public static enum Crypto.SigningPolicySelector
- extends Enum<Crypto.SigningPolicySelector>
Enum Constant Summary |
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. |
WITH_NON_REPUDIATION
public static final Crypto.SigningPolicySelector WITH_NON_REPUDIATION
- Signing Policy that indicates that the inner signature should be with a NON_REPUDIATION certificate signed.
WITHOUT_NON_REPUDIATION
public static final Crypto.SigningPolicySelector WITHOUT_NON_REPUDIATION
- Signing Policy that indicates if the inner signature should NOT be with a NON_REPUDIATION certificate signed.
values
public static Crypto.SigningPolicySelector[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Crypto.SigningPolicySelector c : Crypto.SigningPolicySelector.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Crypto.SigningPolicySelector valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.