| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityUtil.loadMerchantP12File(MerchantConfig merchantConfig,
Logger logger)
Method loads the Merchant P12 key.
|
static void |
SecurityUtil.readJdkCert(MerchantConfig merchantConfig,
Logger logger) |
| Constructor and Description |
|---|
Identity(MerchantConfig merchantConfig,
java.security.cert.X509Certificate x509Certificate,
Logger logger)
Creates an Identity instance.this type of the instance can
only be used to store server certificate identity.
|
Identity(MerchantConfig merchantConfig,
java.security.cert.X509Certificate x509Certificate,
java.security.PrivateKey privateKey,
Logger logger)
Creates an Identity instance.this type of the instance can
only be used to store merchant identity.
|
LoggerImpl(MerchantConfig _mc)
Constructor.
|
LoggerWrapper(Logger _logger,
boolean _prepare,
boolean _logTranStart,
MerchantConfig _mc)
Constructor.
|
Copyright © 2018. All Rights Reserved.