public class DNSSECVerifier extends java.lang.Object implements Verifier
Constructor and Description |
---|
DNSSECVerifier()
Creates a new DNSSECVerifier
|
Modifier and Type | Method and Description |
---|---|
void |
addTrustedKey(DNSKEYRecord key)
Adds the specified key to the set of trusted keys
|
void |
addTrustedKey(Name name,
int alg,
java.security.PublicKey key)
Adds the specified key to the set of trusted keys
|
int |
verify(RRset set,
Cache cache)
Attempts to verify an RRset.
|
public void addTrustedKey(DNSKEYRecord key)
public void addTrustedKey(Name name, int alg, java.security.PublicKey key)