Class 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.RSAKey make​(java.lang.Integer keySize, com.nimbusds.jose.jwk.KeyUse keyUse, com.nimbusds.jose.Algorithm keyAlg, java.lang.String kid)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSAKeyMaker

        public RSAKeyMaker()
    • Method Detail

      • make

        public static com.nimbusds.jose.jwk.RSAKey make​(java.lang.Integer keySize,
                                                        com.nimbusds.jose.jwk.KeyUse keyUse,
                                                        com.nimbusds.jose.Algorithm keyAlg,
                                                        java.lang.String kid)
        Parameters:
        keySize -
        keyUse -
        keyAlg -
        kid -
        Returns: