Uses of Enum Class
cloud.opencode.base.crypto.rotation.KeyRotation.KeyStatus
Packages that use KeyRotation.KeyStatus
-
Uses of KeyRotation.KeyStatus in cloud.opencode.base.crypto.rotation
Subclasses with type arguments of type KeyRotation.KeyStatus in cloud.opencode.base.crypto.rotationMethods in cloud.opencode.base.crypto.rotation that return KeyRotation.KeyStatusModifier and TypeMethodDescriptionKeyRotation.VersionedKey.status()Returns the value of thestatusrecord component.static KeyRotation.KeyStatusReturns the enum constant of this class with the specified name.static KeyRotation.KeyStatus[]KeyRotation.KeyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.crypto.rotation with parameters of type KeyRotation.KeyStatusModifier and TypeMethodDescriptionKeyRotation.VersionedKey.withStatus(KeyRotation.KeyStatus newStatus) Constructors in cloud.opencode.base.crypto.rotation with parameters of type KeyRotation.KeyStatusModifierConstructorDescriptionVersionedKey(String keyId, long version, K key, Instant createdAt, KeyRotation.KeyStatus status) Creates an instance of aVersionedKeyrecord class.