fix our base32 context
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@184 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
parent
1fe3b49c17
commit
64f5de7b38
@ -48,7 +48,7 @@ public class ProtoNSEC3
|
||||
private int dclass;
|
||||
private long ttl;
|
||||
|
||||
static base32 b32 = new base32(base32.Alphabet.BASE32HEX, true, true);
|
||||
private static final base32 b32 = new base32(base32.Alphabet.BASE32HEX, false, false);
|
||||
/**
|
||||
* Creates an NSEC3 Record from the given data.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user