Uses of Class
net.i2p.data.i2np.EncryptedBuildRecord
| Package | Description |
|---|---|
| net.i2p.data.i2np |
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
|
-
Uses of EncryptedBuildRecord in net.i2p.data.i2np
Subclasses of EncryptedBuildRecord in net.i2p.data.i2np Modifier and Type Class Description classShortEncryptedBuildRecordSmall records.Fields in net.i2p.data.i2np declared as EncryptedBuildRecord Modifier and Type Field Description protected EncryptedBuildRecord[]TunnelBuildMessageBase. _recordsMethods in net.i2p.data.i2np that return EncryptedBuildRecord Modifier and Type Method Description static EncryptedBuildRecordBuildResponseRecord. create(I2PAppContext ctx, int status, SessionKey replyKey, byte[] replyIV, long responseMessageId)Create a new encrypted response.static EncryptedBuildRecordBuildResponseRecord. create(I2PAppContext ctx, int status, SessionKey replyKey, byte[] replyAD, Properties options)Create a new encrypted response (long record).EncryptedBuildRecordBuildRequestRecord. encryptECIESRecord(RouterContext ctx, PublicKey toKey, Hash toPeer)Encrypt the record to the specified peer.EncryptedBuildRecordBuildRequestRecord. encryptRecord(I2PAppContext ctx, PublicKey toKey, Hash toPeer)Encrypt the record to the specified peer.EncryptedBuildRecordTunnelBuildMessageBase. getRecord(int index)Methods in net.i2p.data.i2np with parameters of type EncryptedBuildRecord Modifier and Type Method Description static booleanBuildResponseRecord. decrypt(EncryptedBuildRecord rec, SessionKey key, byte[] ad)voidInboundTunnelBuildMessage. setRecord(int index, EncryptedBuildRecord record)voidOutboundTunnelBuildReplyMessage. setRecord(int index, EncryptedBuildRecord record)voidShortTunnelBuildMessage. setRecord(int index, EncryptedBuildRecord record)voidShortTunnelBuildReplyMessage. setRecord(int index, EncryptedBuildRecord record)voidTunnelBuildMessageBase. setRecord(int index, EncryptedBuildRecord record)Constructors in net.i2p.data.i2np with parameters of type EncryptedBuildRecord Constructor Description BuildRequestRecord(RouterContext ctx, PrivateKey ourKey, EncryptedBuildRecord encryptedRecord)Decrypt the data from the specified record, writing the decrypted record into this instance's data buffer Caller MUST check that first 16 bytes of our hash matches first 16 bytes of encryptedRecord before calling this.