Class DetachedSignatureCheck


  • public class DetachedSignatureCheck
    extends Object
    Tuple-class which bundles together a signature, the signing key that created the signature, an identifier of the signing key and a record of whether the signature was verified.
    • Constructor Detail

      • DetachedSignatureCheck

        public DetachedSignatureCheck​(org.bouncycastle.openpgp.PGPSignature signature,
                                      org.bouncycastle.openpgp.PGPKeyRing signingKeyRing,
                                      SubkeyIdentifier signingKeyIdentifier)
        Create a new DetachedSignatureCheck object.
        Parameters:
        signature - signature
        signingKeyRing - signing key that created the signature
        signingKeyIdentifier - identifier of the used signing key