public static class KeyProvider.Options extends Object
Constructor and Description |
---|
KeyProvider.Options(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
int |
getBitLength() |
String |
getCipher() |
String |
getDescription() |
KeyProvider.Options |
setAttributes(Map<String,String> attributes) |
KeyProvider.Options |
setBitLength(int bitLength) |
KeyProvider.Options |
setCipher(String cipher) |
KeyProvider.Options |
setDescription(String description) |
String |
toString() |
public KeyProvider.Options(Configuration conf)
public KeyProvider.Options setCipher(String cipher)
public KeyProvider.Options setBitLength(int bitLength)
public KeyProvider.Options setDescription(String description)
public KeyProvider.Options setAttributes(Map<String,String> attributes)
public int getBitLength()
public String getDescription()
public Map<String,String> getAttributes()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.