Description of Figure The KeyGenerator Class
Link to figure The KeyGenerator Class
This figure consists of boxes labeled as follows:
- These boxes are joined by the word "or":
- key length
- AlgorithmParameterSpec
- Key Generator (AES)
- Secret Key
Labeled arrows connect these boxes:
init()
: From key length to Key Generator (AES)init()
: From AlgorithmParameterSpec to Key Generator (AES)generateKey()
: From Key Generator (AES) to Secret Pair