public final class EncryptAlgorithmFactory extends Object
| 构造器和说明 |
|---|
EncryptAlgorithmFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
contains(String encryptAlgorithmType)
Judge whether contains encrypt algorithm.
|
static <I,O> EncryptAlgorithm<I,O> |
newInstance(AlgorithmConfiguration encryptAlgorithmConfig)
Create new instance of encrypt algorithm.
|
public static <I,O> EncryptAlgorithm<I,O> newInstance(AlgorithmConfiguration encryptAlgorithmConfig)
I - type of to be encrypted dataO - type of to be decrypted dataencryptAlgorithmConfig - encrypt algorithm configurationpublic static boolean contains(String encryptAlgorithmType)
encryptAlgorithmType - encrypt algorithm typeCopyright © 2022 The Apache Software Foundation. All rights reserved.