| 构造器和说明 |
|---|
CipherAlgorithmSuite() |
CipherAlgorithmSuite(String algorithm,
String transformation) |
CipherAlgorithmSuite(String algorithm,
String transformation,
AlgorithmParameterSupplier parameterSupplier) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName() |
AlgorithmParameterSupplier |
getParameterSupplier() |
String |
getTransformation() |
void |
setName(String algorithm) |
void |
setParameterSupplier(AlgorithmParameterSupplier parameterSupplier) |
void |
setTransformation(String transformation) |
public CipherAlgorithmSuite()
public CipherAlgorithmSuite(String algorithm, String transformation, AlgorithmParameterSupplier parameterSupplier)
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.