Uses of Class
org.apache.hadoop.crypto.key.KeyProvider.Options

Packages that use KeyProvider.Options
org.apache.hadoop.crypto.key   
 

Uses of KeyProvider.Options in org.apache.hadoop.crypto.key
 

Methods in org.apache.hadoop.crypto.key that return KeyProvider.Options
static KeyProvider.Options KeyProvider.options(Configuration conf)
          A helper function to create an options object.
 KeyProvider.Options KeyProvider.Options.setAttributes(Map<String,String> attributes)
           
 KeyProvider.Options KeyProvider.Options.setBitLength(int bitLength)
           
 KeyProvider.Options KeyProvider.Options.setCipher(String cipher)
           
 KeyProvider.Options KeyProvider.Options.setDescription(String description)
           
 

Methods in org.apache.hadoop.crypto.key with parameters of type KeyProvider.Options
 KeyProvider.KeyVersion KeyProviderExtension.createKey(String name, byte[] material, KeyProvider.Options options)
           
abstract  KeyProvider.KeyVersion KeyProvider.createKey(String name, byte[] material, KeyProvider.Options options)
          Create a new key.
 KeyProvider.KeyVersion KeyProviderExtension.createKey(String name, KeyProvider.Options options)
           
 KeyProvider.KeyVersion KeyProvider.createKey(String name, KeyProvider.Options options)
          Create a new key generating the material for it.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.