public static final class CryptoAlgorithm.Builder
extends java.lang.Object
CryptoAlgorithm.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CryptoAlgorithm. |
| Modifier and Type | Method and Description |
|---|---|
CryptoAlgorithm |
build() |
CryptoAlgorithm.Builder |
setKeySize(java.util.List<java.lang.Long> keySize)
Supported key sizes for the algorithm.
|
CryptoAlgorithm.Builder |
setName(java.lang.String name)
Crypto algorithm name.
|
public Builder()
CryptoAlgorithm.public CryptoAlgorithm.Builder setKeySize(java.util.List<java.lang.Long> keySize)
keySize - New value for the property.public CryptoAlgorithm.Builder setName(java.lang.String name)
name - New value for the property.public CryptoAlgorithm build()