be.fgov.ehealth.etee.crypto.policies
Enum SigningPolicy

java.lang.Object
  extended by java.lang.Enum<SigningPolicy>
      extended by be.fgov.ehealth.etee.crypto.policies.SigningPolicy
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SigningPolicy>

public enum SigningPolicy
extends java.lang.Enum<SigningPolicy>

Acceptable eHealth Policies for signing.


Enum Constant Summary
EHEALTH_CERT
          Policy for signing with eHealth Certificates.
EID
          Policy for signing with eID.
WEB_AUTHN
          Policy for signing with Public Key, registered at eHealth using Web Authentication API.
 
Method Summary
 java.util.List<java.lang.String> getAltEncryptionAlgorithmOIDs()
           
 java.lang.String getDigestAlgorithmOID()
           
 java.lang.String getEncryptionAlgorithmOID()
           
 java.lang.String getSignatureAlgorithmName()
           
 int getSignKeySize()
           
static SigningPolicy valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SigningPolicy[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EHEALTH_CERT

public static final SigningPolicy EHEALTH_CERT
Policy for signing with eHealth Certificates.


EID

public static final SigningPolicy EID
Policy for signing with eID.


WEB_AUTHN

public static final SigningPolicy WEB_AUTHN
Policy for signing with Public Key, registered at eHealth using Web Authentication API.

Method Detail

values

public static SigningPolicy[] 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 (SigningPolicy c : SigningPolicy.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SigningPolicy valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getSignKeySize

public int getSignKeySize()

getDigestAlgorithmOID

public java.lang.String getDigestAlgorithmOID()

getSignatureAlgorithmName

public java.lang.String getSignatureAlgorithmName()

getEncryptionAlgorithmOID

public java.lang.String getEncryptionAlgorithmOID()

getAltEncryptionAlgorithmOIDs

public java.util.List<java.lang.String> getAltEncryptionAlgorithmOIDs()


Copyright © 2019 eHealth. All Rights Reserved.