Interface CBORX509Validator.Parameters

Enclosing class:
CBORX509Validator

public static interface CBORX509Validator.Parameters
Interface for verifying signature meta data.
  • Method Details

    • verify

      void verify(X509Certificate[] certificatePath, AsymSignatureAlgorithms algorithm)
      Verifies signature meta data.

      A relying party is supposed to verify that the certificate(path) is trusted and that the supplied algorithm meets their policy requirements. Deviations should force the implementation to throw an exception.

      Parameters:
      certificatePath - Path to be verified
      algorithm - Signature algorithm