Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Field and Description |
---|---|
private static DNSSEC.ECKeyInfo |
DNSSEC.ECDSA_P256 |
private static DNSSEC.ECKeyInfo |
DNSSEC.ECDSA_P384 |
private static DNSSEC.ECKeyInfo |
DNSSEC.GOST |
Modifier and Type | Method and Description |
---|---|
private static byte[] |
DNSSEC.fromECDSAPublicKey(java.security.interfaces.ECPublicKey key,
DNSSEC.ECKeyInfo keyinfo) |
private static byte[] |
DNSSEC.fromECGOSTPublicKey(java.security.interfaces.ECPublicKey key,
DNSSEC.ECKeyInfo keyinfo) |
private static java.security.PublicKey |
DNSSEC.toECDSAPublicKey(byte[] key,
DNSSEC.ECKeyInfo keyinfo) |
private static java.security.PublicKey |
DNSSEC.toECGOSTPublicKey(byte[] key,
DNSSEC.ECKeyInfo keyinfo) |