|
|||||||||||
| 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.IPSECKEYRecord
IPsec Keying Material (RFC 4025)
| Nested Class Summary | |
static class |
IPSECKEYRecord.Algorithm
|
static class |
IPSECKEYRecord.Gateway
|
| Field Summary |
| Fields inherited from class org.xbill.DNS.Record |
dclass, name, ttl, type |
| Constructor Summary | |
IPSECKEYRecord(Name name,
int dclass,
long ttl,
int precedence,
int gatewayType,
int algorithmType,
Object gateway,
byte[] key)
Creates an IPSECKEY Record from the given data. |
|
| Method Summary | |
int |
getAlgorithmType()
Returns the record's algorithm type. |
Object |
getGateway()
Returns the record's gateway. |
int |
getGatewayType()
Returns the record's gateway type. |
byte[] |
getKey()
Returns the record's public key |
int |
getPrecedence()
Returns the record's precedence. |
| 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 |
| Constructor Detail |
public IPSECKEYRecord(Name name,
int dclass,
long ttl,
int precedence,
int gatewayType,
int algorithmType,
Object gateway,
byte[] key)
precedence - The record's precedence.gatewayType - The record's gateway type.algorithmType - The record's algorithm type.gateway - The record's gateway.key - The record's public key.| Method Detail |
public int getPrecedence()
public int getGatewayType()
public int getAlgorithmType()
public Object getGateway()
public byte[] getKey()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||