Searched refs:KEYBase (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DKEYBase.java16 abstract class KEYBase extends Record { class in inherits:Record
26 KEYBase() {} method in class:KEYBase
29 KEYBase(Name name, int type, int dclass, long ttl, int flags, int proto, method in class:KEYBase
H A DDNSKEYRecord.java17 public class DNSKEYRecord extends KEYBase {
H A DDNSSEC.java215 MalformedKeyException(KEYBase rec) {
225 private KEYBase key;
228 KeyMismatchException(KEYBase key, SIGBase sig) {
344 toRSAPublicKey(KEYBase r) throws IOException, GeneralSecurityException {
357 toDSAPublicKey(KEYBase r) throws IOException, GeneralSecurityException,
415 toECDSAPublicKey(KEYBase r, ECKeyInfo keyinfo) throws IOException,
431 toPublicKey(KEYBase r) throws DNSSECException {
769 matches(SIGBase sig, KEYBase key)
H A DKEYRecord.java17 public class KEYRecord extends KEYBase {

Completed in 359 milliseconds