Package net.i2p.data

Class KeysAndCert

All Implemented Interfaces:
Serializable, DataStructure
Direct Known Subclasses:
Destination, RouterIdentity

public class KeysAndCert
extends DataStructureImpl
KeysAndCert has a public key, a signing key, and a certificate. In that order. We also store a cached Hash. Implemented in 0.8.2 and retrofitted over Destination and RouterIdentity. There's actually no difference between the two of them. As of 0.9.9 this data structure is immutable after the two keys and the certificate are set; attempts to change them will throw an IllegalStateException.
Since:
0.8.2
Author:
zzz
See Also:
Serialized Form