Uses of Class
com.nimbusds.jose.jwk.KeyRevocation.Reason
Packages that use KeyRevocation.Reason
-
Uses of KeyRevocation.Reason in com.nimbusds.jose.jwk
Fields in com.nimbusds.jose.jwk declared as KeyRevocation.ReasonModifier and TypeFieldDescriptionstatic final KeyRevocation.ReasonKeyRevocation.Reason.COMPROMISEDThe private key is believed to have been compromised.static final KeyRevocation.ReasonKeyRevocation.Reason.SUPERSEDEDThe key is no longer active.static final KeyRevocation.ReasonKeyRevocation.Reason.UNSPECIFIEDGeneral or unspecified reason for the key status change.Methods in com.nimbusds.jose.jwk that return KeyRevocation.ReasonModifier and TypeMethodDescriptionKeyRevocation.getReason()Returns the reason (reason) parameter.static KeyRevocation.ReasonParses a reason from the specified string.Constructors in com.nimbusds.jose.jwk with parameters of type KeyRevocation.ReasonModifierConstructorDescriptionKeyRevocation(Date revokedAt, KeyRevocation.Reason reason) Creates a new key revocation.