Link to figure The KeyPairGenerator Class
This figure consists of boxes labeled as follows:
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