Uses of Class
cloud.opencode.base.crypto.asymmetric.RsaOaepCipher.Builder
Packages that use RsaOaepCipher.Builder
-
Uses of RsaOaepCipher.Builder in cloud.opencode.base.crypto.asymmetric
Methods in cloud.opencode.base.crypto.asymmetric that return RsaOaepCipher.BuilderModifier and TypeMethodDescriptionstatic RsaOaepCipher.BuilderRsaOaepCipher.builder()Create a builder for customizing RSA-OAEP parameters 创建用于自定义 RSA-OAEP 参数的构建器RsaOaepCipher.Builder.digest(DigestAlgorithm digest) Set the digest algorithm for OAEP 设置 OAEP 的摘要算法RsaOaepCipher.Builder.label(byte[] label) Set the label for OAEP (optional) 设置 OAEP 的标签(可选)Set the mask generation function 设置掩码生成函数