Class | Description |
---|---|
EllipticCurve |
Elliptic curve class y^2 = x^3 + a * x + b (mod p)
|
OID |
OID for ASN.
|
ParamAlias |
Algorithm parameter, which can can be used to set key Alias (name, label) to newly generated key pair, for instance.
|
ParamID |
Algorithm parameter, which can can be used to set unique key ID to newly generated key pair, for instance.
|
ParamKeySize |
key size algorithm parameter.
|
ParamPin |
Algorithm parameter, which can can be used to set token pin to some JSA object, KeyPairGenerator(), for instance.
|
ParamRandom |
Algorithm parameter, which can be used to set key SecureRandom to algorithm, key generator, for instance.
|
ParamString |
String algorithm parameter.
|