be.fgov.ehealth.etee.crypto.utils
Class SecurityConfiguration

java.lang.Object
  extended by be.fgov.ehealth.etee.crypto.utils.SecurityConfiguration

public final class SecurityConfiguration
extends java.lang.Object

This utility class will setup your environment to have all cryptographic functions working. It will add the required security providers to Security.


Field Summary
static java.lang.String DEFAULT_PROVIDER_NAME
          The name of the default security provider
static java.lang.String DEFAULT_PROVIDER_NOT_CONFIGURED
          Error message to be thrown, when the default security provider isn't configured in Security.
 
Method Summary
static void configure()
          Configure your environment to work with eHealth CryptoLib.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROVIDER_NAME

public static final java.lang.String DEFAULT_PROVIDER_NAME
The name of the default security provider

See Also:
Constant Field Values

DEFAULT_PROVIDER_NOT_CONFIGURED

public static final java.lang.String DEFAULT_PROVIDER_NOT_CONFIGURED
Error message to be thrown, when the default security provider isn't configured in Security.

See Also:
Constant Field Values
Method Detail

configure

public static void configure()
Configure your environment to work with eHealth CryptoLib.



Copyright © 2019 eHealth. All Rights Reserved.