Method | Description | |
---|---|---|
DecodeDSA ( byte privateKey, |
||
DecodeRSA ( byte keypair ) : |
||
Encode ( |
||
Encode ( |
||
Encode ( |
||
GetBytes ( ) : byte[] | ||
PrivateKeyInfo ( ) : System | ||
PrivateKeyInfo ( byte data ) : System |
Method | Description | |
---|---|---|
Decode ( byte data ) : void | ||
Normalize ( byte bigInt, int length ) : byte[] | ||
RemoveLeadingZero ( byte bigInt ) : byte[] |
static public DecodeDSA ( byte privateKey, |
||
privateKey | byte | |
dsaParameters | ||
return |
static public DecodeRSA ( byte keypair ) : |
||
keypair | byte | |
return |
static public Encode ( |
||
aa | ||
return | byte[] |
static public Encode ( |
||
dsa | ||
return | byte[] |
static public Encode ( |
||
rsa | ||
return | byte[] |