public class CipherInformation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ALGORITHM
Default cipher algorithm
|
Constructor and Description |
---|
CipherInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
CipherOperationMode |
getCipherOperationMode() |
EncodingType |
getInType() |
String |
getMode() |
EncodingType |
getOutType() |
String |
getProvider() |
String |
getType() |
void |
setAlgorithm(String algorithm) |
void |
setCipherOperationMode(CipherOperationMode operationMode) |
void |
setInType(EncodingType inType) |
void |
setMode(String mode) |
void |
setOutType(EncodingType outType) |
void |
setProvider(String provider) |
void |
setType(String type) |
public static final String DEFAULT_ALGORITHM
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public CipherOperationMode getCipherOperationMode()
public void setCipherOperationMode(CipherOperationMode operationMode)
public String getMode()
public void setMode(String mode)
public String getType()
public void setType(String type)
public EncodingType getInType()
public void setInType(EncodingType inType)
public EncodingType getOutType()
public void setOutType(EncodingType outType)
public String getProvider()
public void setProvider(String provider)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.