public class SMIMEARecord extends TLSARecord
TLSARecord.CertificateUsage, TLSARecord.MatchingType, TLSARecord.Selector| Constructor and Description |
|---|
SMIMEARecord(Name name,
int dclass,
long ttl,
int certificateUsage,
int selector,
int matchingType,
byte[] certificateAssociationData)
Creates an SMIMEA Record from the given data
|
getCertificateAssociationData, getCertificateUsage, getMatchingType, getSelector, rdataFromString, rrFromWire, rrToString, rrToWirebyteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withNamepublic SMIMEARecord(Name name, int dclass, long ttl, int certificateUsage, int selector, int matchingType, byte[] certificateAssociationData)
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.Copyright © 2021 dnsjava.org. All rights reserved.