Package org.mitre.jose.jwk
Class RSAKeyMaker
- java.lang.Object
-
- org.mitre.jose.jwk.RSAKeyMaker
-
public class RSAKeyMaker extends java.lang.Object- Author:
- jricher
-
-
Constructor Summary
Constructors Constructor Description RSAKeyMaker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.nimbusds.jose.jwk.RSAKeymake(java.lang.Integer keySize, com.nimbusds.jose.jwk.KeyUse keyUse, com.nimbusds.jose.Algorithm keyAlg, java.lang.String kid)
-