public class Ed25519KeyAnalyzer extends java.lang.Object implements KeyAnalyzer
| Constructor and Description |
|---|
Ed25519KeyAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeyCompressed(PublicKey publicKey)
Gets a value indicating whether or not the public key is compressed.
|
public boolean isKeyCompressed(PublicKey publicKey)
KeyAnalyzerisKeyCompressed in interface KeyAnalyzerpublicKey - The public key.