public class KeyUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
createKeyTag(byte[] rdata,
int alg)
Bereken de keyTag(footprint) van een publieke sleutel.
|
static PublicKey |
createPublicKey(byte[] key,
int algorithm) |
static boolean |
isKeyandDSmatch(DNSKEYResourceRecord key,
DSResourceRecord ds) |
static boolean |
isSepKey(DNSKEYResourceRecord key) |
static boolean |
isZoneKey(DNSKEYResourceRecord key) |
public static PublicKey createPublicKey(byte[] key, int algorithm)
public static int createKeyTag(byte[] rdata,
int alg)
rdata - keyalg - de naam van het algoritme waarmee de public key is gemaakt.public static boolean isZoneKey(DNSKEYResourceRecord key)
public static boolean isSepKey(DNSKEYResourceRecord key)
public static boolean isKeyandDSmatch(DNSKEYResourceRecord key, DSResourceRecord ds)
Copyright © 2019. All rights reserved.