|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.security.CERTConverter
public class CERTConverter
Routines to convert between a DNS CERT record and a Java Certificate.
CERTRecord
,
Certificate
Constructor Summary | |
---|---|
CERTConverter()
|
Method Summary | |
---|---|
static CERTRecord |
buildRecord(Name name,
int dclass,
long ttl,
Certificate cert)
Builds a CERT record from a Certificate |
static CERTRecord |
buildRecord(Name name,
int dclass,
long ttl,
Certificate cert,
int tag,
int alg)
Builds a CERT record from a Certificate associated with a key also in DNS |
static Certificate |
parseRecord(CERTRecord r)
Converts a CERT record into a Certificate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CERTConverter()
Method Detail |
---|
public static Certificate parseRecord(CERTRecord r)
public static CERTRecord buildRecord(Name name, int dclass, long ttl, Certificate cert, int tag, int alg)
public static CERTRecord buildRecord(Name name, int dclass, long ttl, Certificate cert)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |