Uses of Class
org.xbill.DNS.KEYRecord

Packages that use KEYRecord
org.xbill.DNS.security   
 

Uses of KEYRecord in org.xbill.DNS.security
 

Methods in org.xbill.DNS.security that return KEYRecord
static KEYRecord KEYConverter.buildRecord(Name name, int dclass, long ttl, int flags, int proto, PublicKey key)
          Builds a KEY record from a PublicKey
 

Methods in org.xbill.DNS.security with parameters of type KEYRecord
static PublicKey KEYConverter.parseRecord(KEYRecord r)
          Converts a KEY record into a PublicKey
 



Copyright © 2011. All Rights Reserved.