Description of Figure The KeyPairGenerator Class
This figure consists of boxes labeled as follows:
- These boxes are joined by the word "or":
- key length
- AlgorithmParameterSpec
- Key Pair Generator (DH)
- Key Pair
- Private Key
- Public Key
Labeled arrows connect these boxes:
init()
: From key length to Key Pair Generator (DH)init()
: From AlgorithmParameterSpec to Key Pair Generator (DH)genKeyPair()
: From Key Pair Generator (DH) to Key PairgetPrivate()
: From Key Pair to Private KeygetPublic()
: From Key Pair to Public Key