Class MessageInspector.EncryptionInfo

    • Method Detail

      • getKeyIds

        public List<LonggetKeyIds()
        Return a list of recipient key ids for whom the message is encrypted.
        Returns:
        recipient key ids
      • isEncrypted

        public boolean isEncrypted()
        Return true, if the message is encrypted.
        Returns:
        true if encrypted
      • isSignedOnly

        public boolean isSignedOnly()
        Return true, if the message is not encrypted, but signed using OnePassSignatures.
        Returns:
        true if message is signed only