Uses of Enum Class
org.forgerock.json.jose.jwk.KeyType
Packages that use KeyType
Package
Description
Classes and interfaces for creating and manipulating JWKs.
Classes and interfaces for JWT signing and JWS'.
-
Uses of KeyType in org.forgerock.json.jose.jwk
Fields in org.forgerock.json.jose.jwk declared as KeyTypeMethods in org.forgerock.json.jose.jwk that return KeyTypeModifier and TypeMethodDescriptionJWK.getKeyType()Gets the kty parameter of the JWK.static KeyTypeKeyType.getKeyType(String keyType) Get the KeyType given a string.static KeyTypeReturns the enum constant of this class with the specified name.static KeyType[]KeyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.json.jose.jwk with parameters of type KeyTypeModifier and TypeMethodDescriptionLookup returns the key from the given json, under the assumption it's of the correct keyType.Constructors in org.forgerock.json.jose.jwk with parameters of type KeyTypeModifierConstructorDescriptionprotectedThe builder constructor.protectedDeprecated.Use the builder instead.protectedJWK(KeyType keyType, String use, String algorithm, String keyId, String x509url, String x509Thumbprint, List<String> x509Chain) Deprecated.Use the builder instead.protectedJWK(KeyType keyType, String use, Set<KeyOperation> keyOperations, Algorithm algorithm, String keyId, String x509url, String x509Thumbprint, List<String> x509Chain) Creates a JWK given the basic parameters. -
Uses of KeyType in org.forgerock.json.jose.jws
Methods in org.forgerock.json.jose.jws that return KeyTypeModifier and TypeMethodDescriptionSupportedEllipticCurve.getJwkType()Returns the type of JWK that is used for this elliptic curve.