|
Bouncy Castle Cryptography 1.25 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.SignatureSubpacket | +--org.bouncycastle.bcpg.sig.KeyExpirationTime
packet giving time after creation at which the key expires.
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
data |
Constructor Summary | |
KeyExpirationTime(boolean critical,
byte[] data)
|
|
KeyExpirationTime(boolean critical,
long seconds)
|
Method Summary | |
long |
getTime()
Return the number of seconds after creation time a key is valid for. |
protected static byte[] |
timeToBytes(long t)
|
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
encode,
getData,
getType,
isCritical |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public KeyExpirationTime(boolean critical, byte[] data)
public KeyExpirationTime(boolean critical, long seconds)
Method Detail |
protected static byte[] timeToBytes(long t)
public long getTime()
|
Bouncy Castle Cryptography 1.25 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |