Interface AMEncryption

  • All Known Implementing Classes:
    AESWrapEncryption, JCEEncryption

    public interface AMEncryption
    The interface class AMEncryption provides methods that will be used by iDSAME to encrypt and decrypt data.
    • Method Detail

      • encrypt

        byte[] encrypt​(byte[] rawData)
        Encrypts the data.
      • decrypt

        byte[] decrypt​(byte[] encData)
        Decrypts the data.