Liking cljdoc? Tell your friends :D

jdk.security.spec.RSAKeyGenParameterSpec

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.
raw docstring

*-f-0clj

Static Constant.

The public-exponent value F0 = 3.

type: java.math.BigInteger

Static Constant.

The public-exponent value F0 = 3.

type: java.math.BigInteger
raw docstring

*-f-4clj

Static Constant.

The public exponent-value F4 = 65537.

type: java.math.BigInteger

Static Constant.

The public exponent-value F4 = 65537.

type: java.math.BigInteger
raw docstring

->rsa-key-gen-parameter-specclj

(->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`
raw docstring

get-keysizeclj

(get-keysize this)

Returns the keysize.

returns: the keysize. - int

Returns the keysize.

returns: the keysize. - `int`
raw docstring

get-public-exponentclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close