Uses of Record Class
cloud.opencode.base.crypto.rotation.KeyRotation.VersionedKey
Packages that use KeyRotation.VersionedKey
-
Uses of KeyRotation.VersionedKey in cloud.opencode.base.crypto.rotation
Methods in cloud.opencode.base.crypto.rotation that return KeyRotation.VersionedKeyModifier and TypeMethodDescriptionAdds an existing key as a new version.KeyRotation.getCurrentKey()Gets the current (latest) key for encryption.KeyRotation.getKeyByVersion(long version) Gets a key by its version number.KeyRotation.rotate()Manually triggers a key rotation.KeyRotation.VersionedKey.withStatus(KeyRotation.KeyStatus newStatus)