public static final class AesGcmKeyWrapper.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AesGcmKeyWrapper |
build() |
AesGcmKeyWrapper.Builder |
cekAlgorithm(String cekAlgorithm) |
AesGcmKeyWrapper.Builder |
cipherProvider(CipherProvider cipherProvider) |
AesGcmKeyWrapper.Builder |
secureRandom(SecureRandom secureRandom) |
public AesGcmKeyWrapper.Builder cipherProvider(CipherProvider cipherProvider)
public AesGcmKeyWrapper.Builder secureRandom(SecureRandom secureRandom)
public AesGcmKeyWrapper.Builder cekAlgorithm(String cekAlgorithm)
public AesGcmKeyWrapper build()
Copyright © 2023. All rights reserved.