CryptoObsClient(IObsCredentialsProvider provider,
ObsConfiguration config,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(IObsCredentialsProvider provider,
String endPoint,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(ObsConfiguration config,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(String endPoint,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(String accessKey,
String secretKey,
ObsConfiguration config,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(String accessKey,
String secretKey,
String endPoint,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(String accessKey,
String secretKey,
String securityToken,
ObsConfiguration config,
CTRCipherGenerator ctrCipherGenerator) |
CryptoObsClient(String accessKey,
String secretKey,
String securityToken,
String endPoint,
CTRCipherGenerator ctrCipherGenerator) |