Uses of Class
com.nimbusds.jose.jwk.RSAKey.OtherPrimesInfo
Packages that use RSAKey.OtherPrimesInfo
-
Uses of RSAKey.OtherPrimesInfo in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return types with arguments of type RSAKey.OtherPrimesInfoModifier and TypeMethodDescriptionRSAKey.getOtherPrimes()Gets the other primes information (oth) for the private RSA key, should they exist.static List<RSAKey.OtherPrimesInfo>RSAKey.OtherPrimesInfo.toList(RSAOtherPrimeInfo[] othArray) Converts the specified array ofjava.security.spec.RSAOtherPrimeInfoinstances to a list of JWK Other Prime Infos.Method parameters in com.nimbusds.jose.jwk with type arguments of type RSAKey.OtherPrimesInfoModifier and TypeMethodDescriptionRSAKey.Builder.otherPrimes(List<RSAKey.OtherPrimesInfo> oth) Sets the other primes information (oth) for the private RSA key, should they exist.Constructor parameters in com.nimbusds.jose.jwk with type arguments of type RSAKey.OtherPrimesInfoModifierConstructorDescriptionRSAKey(Base64URL n, Base64URL e, Base64URL d, Base64URL p, Base64URL q, Base64URL dp, Base64URL dq, Base64URL qi, List<RSAKey.OtherPrimesInfo> oth, KeyUse use, Set<KeyOperation> ops, Algorithm alg, String kid, URI x5u, Base64URL x5t, Base64URL x5t256, List<Base64> x5c) Deprecated.RSAKey(Base64URL n, Base64URL e, Base64URL d, Base64URL p, Base64URL q, Base64URL dp, Base64URL dq, Base64URL qi, List<RSAKey.OtherPrimesInfo> oth, PrivateKey prv, KeyUse use, Set<KeyOperation> ops, Algorithm alg, String kid, URI x5u, Base64URL x5t, Base64URL x5t256, List<Base64> x5c, KeyStore ks) Deprecated.RSAKey(Base64URL n, Base64URL e, Base64URL d, Base64URL p, Base64URL q, Base64URL dp, Base64URL dq, Base64URL qi, List<RSAKey.OtherPrimesInfo> oth, PrivateKey prv, 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) Creates a new public / private RSA JSON Web Key (JWK) with the specified parameters.RSAKey(Base64URL n, Base64URL e, Base64URL p, Base64URL q, Base64URL dp, Base64URL dq, Base64URL qi, List<RSAKey.OtherPrimesInfo> oth, KeyUse use, Set<KeyOperation> ops, Algorithm alg, String kid, URI x5u, Base64URL x5t, Base64URL x5t256, List<Base64> x5c, KeyStore ks) Deprecated.RSAKey(Base64URL n, Base64URL e, Base64URL p, Base64URL q, Base64URL dp, Base64URL dq, Base64URL qi, List<RSAKey.OtherPrimesInfo> oth, 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) Creates a new public / private RSA JSON Web Key (JWK) with the specified parameters.