Skip to content

Commit

Permalink
renamed Bug_BERTLVAsciiPackager to Bug568BERTLVAsciiHexPackager
Browse files Browse the repository at this point in the history
  • Loading branch information
T-eli committed Nov 23, 2023
1 parent 0ac1f13 commit 7bc8f09
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
import org.bouncycastle.util.Arrays;
import org.jpos.iso.*;
import org.jpos.tlv.ISOTaggedField;
import org.jpos.tlv.packager.bertlv.BERTLVAsciiHexPackager;
import org.jpos.tlv.packager.bertlv.BERTLVBinaryPackager;

import org.junit.jupiter.api.*;

public class Bug_BERTLVAsciiPackager {
public class Bug568BERTLVAsciiHexPackager {

final String HEX_ASCII = "9f2610e18d2a69a45dd09a9f360401839f3708ab34b0bd";

Expand Down

0 comments on commit 7bc8f09

Please sign in to comment.