Module: CyberplatPKI
- Defined in:
- lib/cyberplat_pki.rb,
lib/cyberplat_pki/key.rb,
lib/cyberplat_pki/key_id.rb,
lib/cyberplat_pki/packet.rb,
lib/cyberplat_pki/document.rb,
lib/cyberplat_pki/idea_cfb.rb,
lib/cyberplat_pki/key_packet.rb,
lib/cyberplat_pki/trust_packet.rb,
lib/cyberplat_pki/user_id_packet.rb,
lib/cyberplat_pki/signature_packet.rb,
lib/cyberplat_pki/packet_io_routines.rb,
lib/cyberplat_pki/private_key_packet.rb,
lib/cyberplat_pki/document_io_routines.rb
Defined Under Namespace
Modules: DocumentIORoutines, PacketIORoutines Classes: Document, IdeaCfb, Key, KeyId, KeyPacket, Packet, PrivateKeyPacket, SignaturePacket, TrustPacket, UserIdPacket
Constant Summary collapse
- PACKET_TYPES =
{ 2 => SignaturePacket, 5 => PrivateKeyPacket, 6 => KeyPacket, 12 => TrustPacket, 13 => UserIdPacket }