Uses of Class
com.nimbusds.jose.jwk.KeyType
Packages that use KeyType
-
Uses of KeyType in com.nimbusds.jose.jwk
Fields in com.nimbusds.jose.jwk declared as KeyTypeModifier and TypeFieldDescriptionstatic final KeyTypeKeyType.ECElliptic Curve (DSS) key type (recommended).static final KeyTypeKeyType.OCTOctet sequence key type (optional).static final KeyTypeKeyType.OKPOctet key pair (optional).static final KeyTypeKeyType.RSARSA (RFC 3447) key type (required).Methods in com.nimbusds.jose.jwk that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.forAlgorithm(Algorithm alg) Infers the key type for the specified JOSE algorithm.JWK.getKeyType()Returns the type (kty) of this JWK.static KeyTypeParses a key type from the specifiedktyparameter value.Methods in com.nimbusds.jose.jwk that return types with arguments of type KeyTypeMethods in com.nimbusds.jose.jwk with parameters of type KeyTypeModifier and TypeMethodDescriptionSets a single key type to match.Sets multiple key types to match.Method parameters in com.nimbusds.jose.jwk with type arguments of type KeyTypeModifier and TypeMethodDescriptionSets multiple key types to match.Constructors in com.nimbusds.jose.jwk with parameters of type KeyTypeModifierConstructorDescriptionprotectedJWK(KeyType kty, KeyUse use, Set<KeyOperation> ops, Algorithm alg, String kid, URI x5u, Base64URL x5t, Base64URL x5t256, List<Base64> x5c, KeyStore ks) Deprecated.protectedJWK(KeyType kty, KeyUse use, Set<KeyOperation> ops, Algorithm alg, String kid, URI x5u, Base64URL x5t, Base64URL x5t256, List<Base64> x5c, Date exp, Date nbf, Date iat, KeyRevocation revocation, KeyStore ks) Creates a new JSON Web Key (JWK).protectedJWK(KeyType kty, KeyUse use, Set<KeyOperation> ops, Algorithm alg, String kid, URI x5u, Base64URL x5t, Base64URL x5t256, List<Base64> x5c, Date exp, Date nbf, Date iat, KeyStore ks) Deprecated.Constructor parameters in com.nimbusds.jose.jwk with type arguments of type KeyTypeModifierConstructorDescriptionJWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean privateOnly, boolean publicOnly) Deprecated.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean withUseOnly, boolean withIDOnly, boolean privateOnly, boolean publicOnly, boolean nonRevokedOnly, boolean revokedOnly, int minSizeBits, int maxSizeBits, Set<Integer> sizesBits, Set<Curve> curves, Set<Base64URL> x5tS256s, boolean withX5COnly) Creates a new JSON Web Key (JWK) matcher.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean withUseOnly, boolean withIDOnly, boolean privateOnly, boolean publicOnly, int minSizeBits, int maxSizeBits, Set<Integer> sizesBits, Set<Curve> curves) Deprecated.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean withUseOnly, boolean withIDOnly, boolean privateOnly, boolean publicOnly, int minSizeBits, int maxSizeBits, Set<Integer> sizesBits, Set<Curve> curves, Set<Base64URL> x5tS256s) Deprecated.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean withUseOnly, boolean withIDOnly, boolean privateOnly, boolean publicOnly, int minSizeBits, int maxSizeBits, Set<Integer> sizesBits, Set<Curve> curves, Set<Base64URL> x5tS256s, boolean withX5COnly) Deprecated.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean privateOnly, boolean publicOnly, int minSizeBits, int maxSizeBits) Deprecated.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean privateOnly, boolean publicOnly, int minSizeBits, int maxSizeBits, Set<Curve> curves) Deprecated.JWKMatcher(Set<KeyType> types, Set<KeyUse> uses, Set<KeyOperation> ops, Set<Algorithm> algs, Set<String> ids, boolean privateOnly, boolean publicOnly, int minSizeBits, int maxSizeBits, Set<Integer> sizesBits, Set<Curve> curves) Deprecated.