EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

RecipientInfo Event

Fired for each recipient certificate of the encrypted message.

Syntax

public void fireRecipientInfo(As4serverRecipientInfoEvent event);

public class As4serverRecipientInfoEvent {
  public String issuer;
  public String serialNumber;
  public String encryptionAlgorithm;
  public String subjectKeyIdentifier;
}

Remarks

When ParseRequest is called and the file is encrypted, this event will fire for each recipient certificate for which the file was encrypted.

Information about the recipient certificate may be present in Issuer and SerialNumber, or may be present in SubjectKeyIdentifier.

Issuer identifies the subject of the issuer.

SerialNumber is the serial number of the certificate.

EncryptionAlgorithm is the algorithm used to encrypt the file.

SubjectKeyIdentifier is the Hex encoded X509 Subject Key Identifier certificate extension (if present).

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]