Uses of Enum
org.forgerock.json.jose.jwk.KeyUse
Packages that use KeyUse
Package
Description
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
-
Uses of KeyUse in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return KeyUseModifier and TypeMethodDescriptionstatic KeyUse
Get the KeyUse.JWK.getUse()
Gets the use parameter of the JWK.static KeyUse
Returns the enum constant of this type with the specified name.static KeyUse[]
KeyUse.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.json.jose.jwk with parameters of type KeyUseModifier and TypeMethodDescriptionSearch for a JWK that matches the algorithm and the key usage.Constructors in org.forgerock.json.jose.jwk with parameters of type KeyUseModifierConstructorDescriptionEcJWK
(ECPublicKey publicKey, ECPrivateKey privateKey, KeyUse use, String kid) Creates a public and private EcJWK.EcJWK
(ECPublicKey publicKey, KeyUse use, String kid) Creates a public EcJWK.EcJWK
(KeyUse use, String alg, String kid, String x, String y, String d, String curve, String x5u, String x5t, List<String> x5c) Creates a public and private EcJWK.EcJWK
(KeyUse use, String alg, String kid, String x, String y, String curve, String x5u, String x5t, List<String> x5c) Creates a public EcJWK.protected
Creates a JWK given the basic parameters.protected
Creates a JWK given the basic parameters.Constructs a OctJWK.RsaJWK
(RSAPublicKey pubKey, RSAPrivateCrtKey privCert, KeyUse use, String alg, String kid, String x5u, String x5t, List<String> x5c) Creates a RsaJWK.RsaJWK
(RSAPublicKey pubKey, RSAPrivateKey privKey, KeyUse use, String alg, String kid, String x5u, String x5t, List<String> x5c) Creates a RsaJWK.RsaJWK
(RSAPublicKey key, KeyUse use, String alg, String kid, String x5u, String x5t, List<String> x5c) Creates a RsaJWK.RsaJWK
(KeyUse use, String alg, String kid, String n, String e, String p, String q, String dp, String dq, String qi, String x5u, String x5t, List<String> x5c) Creates a RsaJWK.RsaJWK
(KeyUse use, String alg, String kid, String n, String e, String d, String p, String q, String dp, String dq, String qi, List<RsaJWK.OtherFactors> factors, String x5u, String x5t, List<String> x5c) Creates a RsaJWK.RsaJWK
(KeyUse use, String alg, String kid, String n, String e, String d, String x5u, String x5t, List<String> x5c) Creates a RsaJWK.RsaJWK
(KeyUse use, String alg, String kid, String n, String e, String x5u, String x5t, List<String> x5c) Creates a RsaJWK. -
Uses of KeyUse in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store with parameters of type KeyUse