Package org.apache.hadoop.crypto
Class CipherOption
java.lang.Object
org.apache.hadoop.crypto.CipherOption
Used between client and server to negotiate the
cipher suite, key and iv.
-
Constructor Summary
ConstructorsConstructorDescriptionCipherOption(CipherSuite suite) CipherOption(CipherSuite suite, byte[] inKey, byte[] inIv, byte[] outKey, byte[] outIv) -
Method Summary
-
Constructor Details
-
CipherOption
-
CipherOption
-
-
Method Details
-
getCipherSuite
-
getInKey
public byte[] getInKey() -
getInIv
public byte[] getInIv() -
getOutKey
public byte[] getOutKey() -
getOutIv
public byte[] getOutIv()
-