Uses of Enum Class
edu.iu.crypt.WebKey.Operation
Packages that use WebKey.Operation
-
Uses of WebKey.Operation in edu.iu.crypt
Fields in edu.iu.crypt declared as WebKey.OperationModifier and TypeFieldDescriptionfinal WebKey.Operation[]
WebKey.Algorithm.keyOps
Key usage associated with this algorithm.Methods in edu.iu.crypt that return WebKey.OperationModifier and TypeMethodDescriptionstatic WebKey.Operation
Gets an item value equivalent to the JWK key_ops attribute.static WebKey.Operation
Returns the enum constant of this class with the specified name.static WebKey.Operation[]
WebKey.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.iu.crypt that return types with arguments of type WebKey.OperationMethods in edu.iu.crypt with parameters of type WebKey.OperationModifier and TypeMethodDescriptionWebKey.Builder.ops
(WebKey.Operation... ops) Sets the key operations. -
Uses of WebKey.Operation in iu.auth.pki
Methods in iu.auth.pki that return WebKey.OperationModifier and TypeMethodDescription(package private) WebKey.Operation[]
KeyUsage.ops
(boolean verify, boolean hasPrivateKey) GetsWeb Crypto key operations
allowed by key usage.Method parameters in iu.auth.pki with type arguments of type WebKey.OperationModifier and TypeMethodDescription(package private) boolean
KeyUsage.matches
(Set<WebKey.Operation> ops) Determines if key usage flags match (@link Operation Web Crypto key operations}. -
Uses of WebKey.Operation in iu.crypt
Fields in iu.crypt with type parameters of type WebKey.OperationModifier and TypeFieldDescriptionstatic final IuJsonAdapter
<WebKey.Operation> CryptJsonAdapters.OP
JSON type adapter forWebKey.Operation
.Methods in iu.crypt that return types with arguments of type WebKey.OperationMethods in iu.crypt with parameters of type WebKey.Operation