public class BinaryRC4EncryptionInfoBuilder extends Object implements EncryptionInfoBuilder
Constructor and Description |
---|
BinaryRC4EncryptionInfoBuilder() |
Modifier and Type | Method and Description |
---|---|
BinaryRC4Decryptor |
getDecryptor() |
EncryptionInfo |
getEncryptionInfo() |
BinaryRC4Encryptor |
getEncryptor() |
BinaryRC4EncryptionHeader |
getHeader() |
BinaryRC4EncryptionVerifier |
getVerifier() |
void |
initialize(EncryptionInfo info,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
initialize the builder from scratch
|
void |
initialize(EncryptionInfo info,
LittleEndianInput dis)
initialize the builder from a stream
|
public void initialize(EncryptionInfo info, LittleEndianInput dis) throws IOException
EncryptionInfoBuilder
initialize
in interface EncryptionInfoBuilder
IOException
public void initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
EncryptionInfoBuilder
initialize
in interface EncryptionInfoBuilder
public BinaryRC4EncryptionHeader getHeader()
getHeader
in interface EncryptionInfoBuilder
public BinaryRC4EncryptionVerifier getVerifier()
getVerifier
in interface EncryptionInfoBuilder
public BinaryRC4Decryptor getDecryptor()
getDecryptor
in interface EncryptionInfoBuilder
public BinaryRC4Encryptor getEncryptor()
getEncryptor
in interface EncryptionInfoBuilder
public EncryptionInfo getEncryptionInfo()
Copyright © 2007-2019. All Rights Reserved.