Java org.apache.hadoop.mapreduce CryptoUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce CryptoUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce CryptoUtils.

The text is from its open source code.

Method

intcryptoPadding(Configuration conf)
FSDataOutputStreamwrapIfNecessary(Configuration conf, FSDataOutputStream out)
Wraps a given FSDataOutputStream with a CryptoOutputStream.
FSDataInputStreamwrapIfNecessary(Configuration conf, FSDataInputStream in)
Wraps a given FSDataInputStream with a CryptoInputStream.