|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.BTPaySDK.CAKeyStruct
public class CAKeyStruct
The class for Certificate Authority Public Key.
Field Summary | |
---|---|
byte[] |
exponent
CA Public Key Exponent. |
byte |
exponentLength
Length of exponent. |
byte[] |
hash
the hash data of SHA-1 calculation. |
byte |
index
The Index of the Public Key. |
byte[] |
key
CA Public Key. |
byte |
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[] rid
public byte index
public byte exponentLength
public byte 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 |