Class KeyBox


  • public class KeyBox
    extends java.lang.Object
    KeyBox provides an implementation of the PGP keybox.
    • Constructor Detail

      • KeyBox

        public KeyBox​(java.io.InputStream input,
                      KeyFingerPrintCalculator keyFingerPrintCalculator)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • KeyBox

        public KeyBox​(byte[] encoding,
                      KeyFingerPrintCalculator keyFingerPrintCalculator)
               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFirstBlob

        public FirstBlob getFirstBlob()
      • getKeyBlobs

        public java.util.List<KeyBlob> getKeyBlobs()