Class CBORX509Decrypter


public class CBORX509Decrypter extends CBORDecrypter<CBORX509Decrypter>
Class for X.509 decryption.
  • Constructor Details

    • CBORX509Decrypter

      public CBORX509Decrypter(CBORX509Decrypter.KeyLocator keyLocator)
      Creates a decrypter object with a key locator interface.

      Uses the Java crypto provider system.

      Parameters:
      keyLocator - Key locator implementation
    • CBORX509Decrypter

      public CBORX509Decrypter(CBORX509Decrypter.DecrypterImpl decrypterImpl)
      Creates a decrypter object with a decrypter interface.
      Parameters:
      decrypterImpl - Decrypter implementation