|
Bouncy Castle Cryptography 1.23 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.Packet | +--org.bouncycastle.bcpg.ContainedPacket | +--org.bouncycastle.bcpg.PublicKeyPacket | +--org.bouncycastle.bcpg.PublicSubkeyPacket
basic packet for a PGP public key
Constructor Summary | |
PublicSubkeyPacket(int algorithm,
java.util.Date time,
BCPGKey key)
Construct version 4 public key packet. |
Method Summary | |
void |
encode(BCPGOutputStream out)
|
Methods inherited from class org.bouncycastle.bcpg.PublicKeyPacket |
getAlgorithm,
getEncodedContents,
getKey,
getTime,
getValidDays,
getVersion |
Methods inherited from class org.bouncycastle.bcpg.ContainedPacket |
getEncoded |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PublicSubkeyPacket(int algorithm, java.util.Date time, BCPGKey key)
algorithm
- time
- key
- Method Detail |
public void encode(BCPGOutputStream out) throws java.io.IOException
|
Bouncy Castle Cryptography 1.23 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |