Class OPENPGPKEY

java.lang.Object
org.minidns.record.Data
org.minidns.record.OPENPGPKEY

public class OPENPGPKEY extends Data
  • Constructor Details

    • OPENPGPKEY

      OPENPGPKEY(byte[] publicKeyPacket)
  • Method Details

    • parse

      public static OPENPGPKEY parse(DataInputStream dis, int length) throws IOException
      Throws:
      IOException
    • getType

      public Record.TYPE getType()
      Description copied from class: Data
      The payload type.
      Specified by:
      getType in class Data
      Returns:
      The payload type.
    • serialize

      public void serialize(DataOutputStream dos) throws IOException
      Description copied from class: Data
      The internal method used to serialize Data subclasses.
      Specified by:
      serialize in class Data
      Parameters:
      dos - the output stream to serialize to.
      Throws:
      IOException - if an I/O error occurs.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPublicKeyPacketBase64

      public String getPublicKeyPacketBase64()
    • getPublicKeyPacket

      public byte[] getPublicKeyPacket()