Package org.xbill.DNS

Class SMIMEARecord

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Record>

public class SMIMEARecord extends TLSARecord
S/MIME cert association
Author:
Brian Wellington
See Also:
  • Constructor Details

    • SMIMEARecord

      public SMIMEARecord(Name name, int dclass, long ttl, int certificateUsage, int selector, int matchingType, byte[] certificateAssociationData)
      Creates an SMIMEA Record from the given data
      Parameters:
      certificateUsage - The provided association that will be used to match the certificate presented in the S/MIME handshake.
      selector - The part of the S/MIME certificate presented by the server that will be matched against the association data.
      matchingType - How the certificate association is presented.
      certificateAssociationData - The "certificate association data" to be matched.