Class SealedBox.Builder
java.lang.Object
cloud.opencode.base.crypto.sealedbox.SealedBox.Builder
- Enclosing class:
SealedBox
Builder for SealedBox.
SealedBox 构建器。
- Since:
- JDK 25, opencode-base-crypto V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionalgorithm(SealedBox.Algorithm algorithm) Sets the algorithm.build()Builds the SealedBox.
-
Method Details
-
algorithm
Sets the algorithm. 设置算法。 -
build
Builds the SealedBox. 构建 SealedBox。
-