Home
last modified time | relevance | path

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

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