This class specifies the set of parameters used to generate an RSA key pair.
This class specifies the set of parameters used to generate an RSA key pair.
Static Constant.
The public-exponent value F0 = 3.
type: java.math.BigInteger
Static Constant. The public-exponent value F0 = 3. type: java.math.BigInteger
Static Constant.
The public exponent-value F4 = 65537.
type: java.math.BigInteger
Static Constant. The public exponent-value F4 = 65537. type: java.math.BigInteger
(->rsa-key-gen-parameter-spec keysize public-exponent)
Constructor.
Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
keysize - the modulus size (specified in number of bits) - int
public-exponent - the public exponent - java.math.BigInteger
Constructor. Constructs a new RSAParameterSpec object from the given keysize and public-exponent value. keysize - the modulus size (specified in number of bits) - `int` public-exponent - the public exponent - `java.math.BigInteger`
(get-keysize this)
Returns the keysize.
returns: the keysize. - int
Returns the keysize. returns: the keysize. - `int`
(get-public-exponent this)
Returns the public-exponent value.
returns: the public-exponent value. - java.math.BigInteger
Returns the public-exponent value. returns: the public-exponent value. - `java.math.BigInteger`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close