public class Env extends Object implements Serializable
Constructor and Description |
---|
Env() |
Env(String env,
String serviceHostDNS,
String sdmDNS,
String mgmfeDNS,
String mgmfeUtilDNS,
X509Certificate[] rootCerts,
KeyStore keyStore)
Constructor
|
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getBankIDRootCert2048() |
X509Certificate |
getBankIDRootCert4096() |
String |
getEnv()
Return the BankID environment
|
KeyStore |
getKeystore() |
String |
getMgmfeDNS()
Returns the environment MGMFE DNS name
|
String |
getMgmfeUtilDNS() |
String |
getSdmDNS() |
String |
getServiceHostDNS() |
void |
setEnv(String string)
Sets the environment
|
void |
setKeystore(KeyStore keystore) |
void |
setMgmfeDNS(String string)
Sets the environment mgmfe DNS name
|
void |
setMgmfeUtilDNS(String string)
Sets the environment mgmfe DNS name
|
void |
setSdmDNS(String sdmDNS) |
void |
setServiceHostDNS(String serviceHostDNS) |
public String getEnv()
public void setEnv(String string)
string
- String THe envpublic String getMgmfeDNS()
public void setMgmfeDNS(String string)
string
- String the environment mgmfe DNS namepublic String getMgmfeUtilDNS()
public void setMgmfeUtilDNS(String string)
string
- String the environment mgmfe DNS namepublic X509Certificate getBankIDRootCert2048()
public X509Certificate getBankIDRootCert4096()
public String getServiceHostDNS()
public void setServiceHostDNS(String serviceHostDNS)
public String getSdmDNS()
public void setSdmDNS(String sdmDNS)
public KeyStore getKeystore()
public void setKeystore(KeyStore keystore)
Copyright © 2017 Nets Branch Norway. All Rights Reserved.