public static interface ServicesRequestEntity.CryptoBuilder<B extends ServicesRequestEntity.CryptoBuilder<B>>
B
aes()
cipherCodec(CaictEntityCipherCodec codec)
keyVersion(String version)
params()
privateKey(String selfPrivateKeyPKCS8)
publicKey(String otherPublicKeyPKCS8)
rsa()
sm2()
sm4()
B cipherCodec(CaictEntityCipherCodec codec)
B rsa()
B sm2()
B keyVersion(String version)
B sm4()
B aes()
B publicKey(String otherPublicKeyPKCS8)
B privateKey(String selfPrivateKeyPKCS8)
B params()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.