public class CipherAlgorithmSuiteRegistry extends GenericRegistry<CipherAlgorithmSuite>
inited| 构造器和说明 |
|---|
CipherAlgorithmSuiteRegistry() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(String algorithm,
String transformation) |
void |
add(String algorithm,
String transformation,
AlgorithmParameterSupplier supplier) |
protected void |
doInit() |
AlgorithmParameterSupplier |
getParmameterSupplier(String algorithm) |
String |
getTransformation(String algorithm) |
initprotected void doInit()
throws InitializationException
doInit 在类中 AbstractInitializableInitializationExceptionpublic void add(@NotEmpty String algorithm, @NotEmpty String transformation, @Nullable AlgorithmParameterSupplier supplier)
public AlgorithmParameterSupplier getParmameterSupplier(String algorithm)
Copyright © 2022. All rights reserved.