|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.sig.connectors.ConnectorEnvironment
at.knowcenter.wag.egov.egiz.sig.connectors.moa.EnvelopingBase64MOAConnector.Environment
Holds environment configuration information like templates.
| Field Summary | |
protected String |
cert_alg_ecdsa
|
protected String |
cert_alg_rsa
|
protected static String |
ECDSA_CERT_ALG_KEY
The configuration key for the ECDSA cert alg property. |
protected String |
profile
|
protected static String |
RSA_CERT_ALG_KEY
The configuration key for the RSA cert alg property. |
protected String |
sign_key_identifier
|
protected static String |
SIGN_KEY_IDENTIFIER_KEY
The configuration key of the sign keybox identifier. |
protected String |
sign_request_template
|
protected static String |
SIGN_REQUEST_TEMPLATE_KEY
The configuration key of the sign request template. |
protected String |
sign_url
|
protected static String |
SIGN_URL_KEY
The configuration key of the sign URL. |
protected String |
verify_request_template
|
protected static String |
VERIFY_REQUEST_TEMPLATE_KEY
The configuration key of the verify request template. |
protected String |
verify_template
|
protected static String |
VERIFY_TEMPLATE_KEY
The configuration key of the verify template. |
protected String |
verify_trust_profile_id
|
protected static String |
VERIFY_TRUST_PROFILE_ID
The configuration key of the trust profile id. |
protected String |
verify_url
|
protected static String |
VERIFY_URL_KEY
The configuration key of the verify URL. |
| Constructor Summary | |
EnvelopingBase64MOAConnector.Environment(String profile,
String signKeyIdentifier)
Initializes the environment with a given profile. |
|
| Method Summary | |
String |
getCertAlgEcdsa()
Returns the ecdsa cert alg property. |
String |
getCertAlgRsa()
Returns the rsa cert alg property. |
static String |
getConnectorValueFromProfile(SettingsReader settings,
String profile,
String key)
Reads the configuration entry given by the key, first from the given profile, if not found from the defaults. |
String |
getProfile()
|
String |
getSignKeyIdentifier()
Returns the sign key identifier. |
String |
getSignRequestTemplate()
Returns the sign request template. |
String |
getSignURL()
Returns the sign URL. |
String |
getVerifyRequestTemplate()
Returns the verify request template. |
String |
getVerifyTemplate()
Returns the verify template. |
String |
getVerifyTrustProfileId()
Returns the verify trust profile id. |
String |
getVerifyURL()
Returns the verify URL. |
| Methods inherited from class at.knowcenter.wag.egov.egiz.sig.connectors.ConnectorEnvironment |
getDefaultAlgForCert |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final String SIGN_KEY_IDENTIFIER_KEY
protected static final String SIGN_REQUEST_TEMPLATE_KEY
protected static final String SIGN_URL_KEY
protected static final String VERIFY_REQUEST_TEMPLATE_KEY
protected static final String VERIFY_TEMPLATE_KEY
protected static final String VERIFY_URL_KEY
protected static final String VERIFY_TRUST_PROFILE_ID
protected static final String ECDSA_CERT_ALG_KEY
protected static final String RSA_CERT_ALG_KEY
protected String profile
protected String sign_key_identifier
protected String sign_request_template
protected String sign_url
protected String verify_request_template
protected String verify_template
protected String verify_url
protected String verify_trust_profile_id
protected String cert_alg_ecdsa
protected String cert_alg_rsa
| Constructor Detail |
public EnvelopingBase64MOAConnector.Environment(String profile,
String signKeyIdentifier)
throws ConnectorException
profile - The configuration profile.
ConnectorException - f.e.| Method Detail |
public String getProfile()
public String getSignKeyIdentifier()
public String getSignRequestTemplate()
public String getSignURL()
public String getVerifyRequestTemplate()
public String getVerifyTemplate()
getVerifyTemplate in class ConnectorEnvironmentpublic String getVerifyURL()
public String getVerifyTrustProfileId()
public String getCertAlgEcdsa()
getCertAlgEcdsa in class ConnectorEnvironmentpublic String getCertAlgRsa()
getCertAlgRsa in class ConnectorEnvironment
public static String getConnectorValueFromProfile(SettingsReader settings,
String profile,
String key)
settings - The settings.profile - The profile.key - The configuration key.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||