Class PGPEncryptedDataList

    • Method Detail

      • get

        public PGPEncryptedData get​(int index)
        Gets the encryption method object at the specified index.
        Parameters:
        index - the encryption method to obtain (0 based).
      • size

        public int size()
        Gets the number of encryption methods in this list.
      • isEmpty

        public boolean isEmpty()
        Returns true iff there are 0 encryption methods in this list.
      • getEncryptedDataObjects

        public Iterator<PGPEncryptedData> getEncryptedDataObjects()
        Returns an iterator over the encryption method objects held in this list, in the order they appeared in the stream they are read from.