org.xbill.DNS
public class SSHFPRecord extends Record
Modifier and Type | Class and Description |
---|---|
static class |
SSHFPRecord.Algorithm |
static class |
SSHFPRecord.Digest |
Constructor and Description |
---|
SSHFPRecord(Name name,
int dclass,
long ttl,
int alg,
int digestType,
byte[] fingerprint)
Creates an SSHFP Record from the given data.
|
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm()
Returns the public key's algorithm.
|
int |
getDigestType()
Returns the public key's digest type.
|
byte[] |
getFingerPrint()
Returns the fingerprint
|
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
public SSHFPRecord(Name name, int dclass, long ttl, int alg, int digestType, byte[] fingerprint)
alg
- The public key's algorithm.digestType
- The public key's digest type.fingerprint
- The public key's fingerprint.