Uses of Class
org.apache.hadoop.crypto.key.KeyProvider.Options
Packages that use KeyProvider.Options
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of KeyProvider.Options in org.apache.hadoop.crypto.key
Methods in org.apache.hadoop.crypto.key that return KeyProvider.OptionsModifier and TypeMethodDescriptionstatic KeyProvider.OptionsKeyProvider.options(Configuration conf) A helper function to create an options object.KeyProvider.Options.setAttributes(Map<String, String> attributes) KeyProvider.Options.setBitLength(int bitLength) KeyProvider.Options.setDescription(String description) Methods in org.apache.hadoop.crypto.key with parameters of type KeyProvider.OptionsModifier and TypeMethodDescriptionJavaKeyStoreProvider.createKey(String name, byte[] material, KeyProvider.Options options) abstract KeyProvider.KeyVersionKeyProvider.createKey(String name, byte[] material, KeyProvider.Options options) Create a new key.KeyProvider.createKey(String name, KeyProvider.Options options) Create a new key generating the material for it.KeyProviderExtension.createKey(String name, byte[] material, KeyProvider.Options options) KeyProviderExtension.createKey(String name, KeyProvider.Options options) UserProvider.createKey(String name, byte[] material, KeyProvider.Options options) -
Uses of KeyProvider.Options in org.apache.hadoop.crypto.key.kms
Methods in org.apache.hadoop.crypto.key.kms with parameters of type KeyProvider.OptionsModifier and TypeMethodDescriptionKMSClientProvider.createKey(String name, byte[] material, KeyProvider.Options options) KMSClientProvider.createKey(String name, KeyProvider.Options options) LoadBalancingKMSClientProvider.createKey(String name, byte[] material, KeyProvider.Options options) LoadBalancingKMSClientProvider.createKey(String name, KeyProvider.Options options)