Searched refs:KEYBase (Results 1 – 4 of 4) sorted by relevance
/external/smack/src/org/xbill/DNS/ |
D | KEYBase.java | 16 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
|
D | DNSSEC.java | 215 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()
|
D | DNSKEYRecord.java | 17 public class DNSKEYRecord extends KEYBase {
|
D | KEYRecord.java | 17 public class KEYRecord extends KEYBase {
|