github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/api/composite_decrypt.go (about)

     1  /*
     2  Copyright SecureKey Technologies Inc. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  package api
     8  
     9  import "github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api"
    10  
    11  // CompositeDecrypt will decrypt a `ciphertext` representing a composite encryption with a protected cek for the
    12  // recipient caller of this interface. In order to get the plaintext embedded, this type is configured with the
    13  // recipient key type that will decrypt the embedded cek first.
    14  type CompositeDecrypt = api.CompositeDecrypt