| Package | Description |
|---|---|
| won.cryptography.key |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
KeyInformationExtractorBouncyCastle.getCurveID(java.security.Key key) |
java.lang.String |
KeyInformationExtractor.getCurveID(java.security.Key key)
returns the ID of the elliptic curve the key will be used for
|
java.lang.String |
KeyInformationExtractorBouncyCastle.getQX(java.security.PublicKey publicKey) |
java.lang.String |
KeyInformationExtractor.getQX(java.security.PublicKey publicKey)
returns the x coordinate of the public point Q (also named W) of the public
key
|
java.lang.String |
KeyInformationExtractorBouncyCastle.getQY(java.security.PublicKey publicKey) |
java.lang.String |
KeyInformationExtractor.getQY(java.security.PublicKey publicKey)
returns the y coordinate of the public point Q (also named W) of the public
key
|
Copyright © 2019. All Rights Reserved.