public class KeystoreConf
extends co.cask.cdap.api.plugin.PluginConfig
| Constructor and Description |
|---|
KeystoreConf() |
KeystoreConf(String transformation,
String ivHex,
String keystorePath,
String keystorePassword,
String keystoreType,
String keyAlias,
String keyPassword) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIvHex() |
String |
getKeyAlias() |
String |
getKeyPassword() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
String |
getKeystoreType() |
String |
getTransformation() |
public String getTransformation()
public String getKeystorePath()
public String getKeystorePassword()
public String getKeystoreType()
public String getKeyAlias()
public String getKeyPassword()
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.