Méthode | Description | |
---|---|---|
Sign ( byte key, byte src ) : byte[] | ||
Signature ( int keyLength ) : System | ||
Verify ( byte key, byte src, byte expected ) : void |
Méthode | Description | |
---|---|---|
IsValidKeyLength ( byte key ) : void |
public abstract Sign ( byte key, byte src ) : byte[] | ||
key | byte | |
src | byte | |
Résultat | byte[] |
public Signature ( int keyLength ) : System | ||
keyLength | int | |
Résultat | System |
public abstract Verify ( byte key, byte src, byte expected ) : void | ||
key | byte | |
src | byte | |
expected | byte | |
Résultat | void |