- 所有已实现的接口:
- ElementSerializable
public class HS_Pubkey
extends Element
The value of the element is a binary encoding of the public key which for key types considered
in this specification is as follows. First, there is a UTF8-string that describes the key type;
then, a two- byte option field reserved for future use; and finally, a key-type-dependent number
of length- prefixed byte-arrays that contains the public key itself. The key types in current use
are “DSA_PUB_KEY”, where there are four byte-arrays after the two-byte option field for the four
DSA parameters q, p, g, and y; and “RSA_PUB_KEY”, where after the two-byte option field are two
byte- arrays for the exponent and modulus, followed by an empty byte-array (four zero bytes).