|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Record
org.xbill.DNS.CERTRecord
public class CERTRecord
Certificate Record - Stores a certificate associated with a name. The certificate might also be associated with a KEYRecord.
KEYRecord
Nested Class Summary | |
---|---|
static class |
CERTRecord.CertificateType
|
Field Summary | |
---|---|
static int |
OID
Certificate format defined by IOD |
static int |
PGP
Pretty Good Privacy |
static int |
PKIX
PKIX (X.509v3) |
static int |
SPKI
Simple Public Key Infrastructure |
static int |
URI
Certificate format defined by URI |
Fields inherited from class org.xbill.DNS.Record |
---|
dclass, name, ttl, type |
Constructor Summary | |
---|---|
CERTRecord(Name name,
int dclass,
long ttl,
int certType,
int keyTag,
int alg,
byte[] cert)
Creates a CERT Record from the given data |
Method Summary | |
---|---|
int |
getAlgorithm()
Returns the algorithm of the associated KEYRecord, if present |
byte[] |
getCert()
Returns the binary representation of the certificate |
int |
getCertType()
Returns the type of certificate |
int |
getKeyTag()
Returns the ID of the associated KEYRecord, if present |
Methods inherited from class org.xbill.DNS.Record |
---|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PKIX
public static final int SPKI
public static final int PGP
public static final int URI
public static final int OID
Constructor Detail |
---|
public CERTRecord(Name name, int dclass, long ttl, int certType, int keyTag, int alg, byte[] cert)
certType
- The type of certificate (see constants)keyTag
- The ID of the associated KEYRecord, if presentalg
- The algorithm of the associated KEYRecord, if presentcert
- Binary data representing the certificateMethod Detail |
---|
public int getCertType()
public int getKeyTag()
public int getAlgorithm()
public byte[] getCert()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |