Uses of Class
cloud.opencode.base.crypto.versioned.VersionedCipher.Builder
Packages that use VersionedCipher.Builder
-
Uses of VersionedCipher.Builder in cloud.opencode.base.crypto.versioned
Methods in cloud.opencode.base.crypto.versioned that return VersionedCipher.BuilderModifier and TypeMethodDescriptionVersionedCipher.Builder.addVersion(int version, AeadCipher cipher) Registers a cipher for the given version number.static VersionedCipher.BuilderVersionedCipher.builder()Creates a new Builder for constructing a VersionedCipher.VersionedCipher.Builder.currentVersion(int version) Sets the current (active) version used for encryption.