메소드 | 설명 | |
---|---|---|
ECDSAPublicKey ( |
||
IsValid ( ) : bool |
Check public key
|
|
ToOctetString ( ) : byte[] |
Convert a point of public key to an octet string.
|
|
Verify ( byte data, byte expected ) : void | ||
WriteTo ( IKeyWriter writer ) : void |
메소드 | 설명 | |
---|---|---|
ExtractLeftBits ( byte src, int bits ) : byte[] | ||
HashForSigning ( byte data, |
Hash data for signing
|
|
ReadFrom ( Granados.IO.SSH2.SSH2DataReader reader ) : |
public ECDSAPublicKey ( |
||
curve | ||
point | ECPoint | |
리턴 | Granados.Crypto |