| 构造器和说明 |
|---|
CipherAlgorithmSuite() |
CipherAlgorithmSuite(String algorithm,
String transformation) |
CipherAlgorithmSuite(String algorithm,
String transformation,
AlgorithmParameterSupplier parameterSupplier) |
CipherAlgorithmSuite(String algorithm,
String transformation,
AlgorithmParameterSupplier parameterSupplier,
Integer keySize) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getKeySize() |
String |
getName() |
AlgorithmParameterSupplier |
getParameterSupplier() |
String |
getTransformation() |
void |
setKeySize(Integer keySize) |
void |
setName(String algorithm) |
void |
setParameterSupplier(AlgorithmParameterSupplier parameterSupplier) |
void |
setTransformation(String transformation) |
public CipherAlgorithmSuite()
public CipherAlgorithmSuite(String algorithm, String transformation, AlgorithmParameterSupplier parameterSupplier)
public CipherAlgorithmSuite(String algorithm, String transformation, AlgorithmParameterSupplier parameterSupplier, Integer keySize)
public void setKeySize(Integer keySize)
public Integer getKeySize()
public void setName(String algorithm)
public String getTransformation()
public void setTransformation(String transformation)
public AlgorithmParameterSupplier getParameterSupplier()
public void setParameterSupplier(AlgorithmParameterSupplier parameterSupplier)
Copyright © 2022. All rights reserved.