net.i2p.crypto
Class TransientSessionKeyManager.TagSet
java.lang.Object
net.i2p.crypto.TransientSessionKeyManager.TagSet
- Enclosing class:
- TransientSessionKeyManager
static class TransientSessionKeyManager.TagSet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TransientSessionKeyManager.TagSet
public TransientSessionKeyManager.TagSet(java.util.Set tags,
SessionKey key,
long date)
getDate
public long getDate()
- when the tag set was created
setDate
void setDate(long when)
getTags
public java.util.Set getTags()
- tags still available
getAssociatedKey
public SessionKey getAssociatedKey()
contains
public boolean contains(SessionTag tag)
consume
public void consume(SessionTag tag)
consumeNext
public SessionTag consumeNext()
getCreatedBy
public java.lang.Exception getCreatedBy()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object