Interface ETSIDataDecryptor

All Known Implementing Classes:
JcaETSIDataDecryptor

public interface ETSIDataDecryptor
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] wrappedKey, byte[] content, byte[] nonce)
     
    byte[]
    return the unwrapped key found in the data.
  • Method Details

    • decrypt

      byte[] decrypt(byte[] wrappedKey, byte[] content, byte[] nonce)
    • getKey

      byte[] getKey()
      return the unwrapped key found in the data. Call after decrypt.
      Returns:
      the unwrapped key.