public class LeaseSetKeys
extends java.lang.Object
| コンストラクタ | 説明 |
|---|---|
LeaseSetKeys(Destination dest,
SigningPrivateKey revocationKey,
PrivateKey decryptionKey) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
PrivateKey |
getDecryptionKey() |
Decryption key which can open up garlic messages encrypted to the
LeaseSet's public key.
|
SigningPrivateKey |
getRevocationKey() |
Key with which a LeaseSet can be revoked (by republishing it with no Leases)
Deprecated, unused
|
public LeaseSetKeys(Destination dest, SigningPrivateKey revocationKey, PrivateKey decryptionKey)
dest - unusedrevocationKey - unuseddecryptionKey - non-nullpublic SigningPrivateKey getRevocationKey()
public PrivateKey getDecryptionKey()