Package org.bouncycastle.bcpg
Interface BCPGHeaderObject
-
- All Known Implementing Classes:
AEADEncDataPacket
,SymmetricEncDataPacket
,SymmetricEncIntegrityPacket
public interface BCPGHeaderObject
Implemented by packets written as headers followed by a stream of data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
encode(BCPGOutputStream bcpgOut)
int
getType()
Return the header type.
-
-
-
Method Detail
-
getType
int getType()
Return the header type.- Returns:
- header type code
-
encode
void encode(BCPGOutputStream bcpgOut) throws java.io.IOException
- Throws:
java.io.IOException
-
-