|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.BTPaySDK.CAKeyStruct
public class CAKeyStruct
The class for Certificate Authority Public Key.
Field Summary | |
---|---|
byte |
encryptionAlgorithm
The Encryption Algorithm, 0x01 = RSA. |
byte[] |
exponent
CA Public Key Exponent. |
byte |
exponentLength
Length of exponent. |
byte[] |
hash
the hash data of SHA-1 calculation. |
byte |
hashAlgorithm
The Hash Algorithm, 0x01 = SHA-1. |
byte |
index
The Index of the Public Key. |
byte[] |
key
CA Public Key. |
int |
keyLength
Length of key. |
byte[] |
rid
The RID of the Public Key. |
Constructor Summary | |
---|---|
CAKeyStruct()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte hashAlgorithm
public byte encryptionAlgorithm
public byte[] rid
public byte index
public byte exponentLength
public int keyLength
public byte[] exponent
public byte[] key
public byte[] hash
Constructor Detail |
---|
public CAKeyStruct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |