|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.crypto.utils.SecurityConfiguration
public final class SecurityConfiguration
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 |
|---|
public static final java.lang.String DEFAULT_PROVIDER_NAME
public static final java.lang.String DEFAULT_PROVIDER_NOT_CONFIGURED
Security.
| Method Detail |
|---|
public static void configure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||