Uses of Class
com.nimbusds.jose.jwk.RSAKey.OtherPrimesInfo

Packages that use RSAKey.OtherPrimesInfo
com.nimbusds.jose.jwk JSON Web Key (JWK) classes. 
 

Uses of RSAKey.OtherPrimesInfo in com.nimbusds.jose.jwk
 

Methods in com.nimbusds.jose.jwk that return types with arguments of type RSAKey.OtherPrimesInfo
 List<RSAKey.OtherPrimesInfo> RSAKey.getOtherPrimes()
          Returns 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 of java.security.spec.RSAOtherPrimeInfo instances to a list of JWK Other Prime Infos.
 

Constructor parameters in com.nimbusds.jose.jwk with type arguments of type RSAKey.OtherPrimesInfo
RSAKey(Base64URL n, Base64URL e, Base64URL d, Base64URL p, Base64URL q, Base64URL dp, Base64URL dq, Base64URL qi, List<RSAKey.OtherPrimesInfo> oth, Use use, Algorithm alg, String kid)
          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, Use use, Algorithm alg, String kid)
          Creates a new public / private RSA JSON Web Key (JWK) with the specified parameters.
 



Copyright © 2013 NimbusDS. All Rights Reserved.