public final class KeyGenerateAlgorithmFactory extends Object
| 构造器和说明 |
|---|
KeyGenerateAlgorithmFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
contains(String keyGenerateAlgorithmType)
Judge whether contains key generate algorithm.
|
static KeyGenerateAlgorithm |
newInstance()
Create new instance of key generate algorithm.
|
static KeyGenerateAlgorithm |
newInstance(AlgorithmConfiguration keyGenerateAlgorithmConfig)
Create new instance of key generate algorithm.
|
public static KeyGenerateAlgorithm newInstance()
public static KeyGenerateAlgorithm newInstance(AlgorithmConfiguration keyGenerateAlgorithmConfig)
keyGenerateAlgorithmConfig - key generate algorithm configurationpublic static boolean contains(String keyGenerateAlgorithmType)
keyGenerateAlgorithmType - key generate algorithm typeCopyright © 2022 The Apache Software Foundation. All rights reserved.