Uses of Class
com.nimbusds.jose.jwk.RSAKey.OtherPrimesInfo
-
Packages that use RSAKey.OtherPrimesInfo Package Description 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 Modifier and Type Method Description List<RSAKey.OtherPrimesInfo>RSAKey. 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.OtherPrimesInfo Modifier and Type Method Description RSAKey.BuilderRSAKey.Builder. otherPrimes(List<RSAKey.OtherPrimesInfo> oth)Sets the other primes information (oth) for the private RSA key, should they exist.
-