public abstract class ASN1UnitTest extends SimpleTest
| Constructor and Description |
|---|
ASN1UnitTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkMandatoryField(String name,
ASN1Encodable expected,
ASN1Encodable present) |
protected void |
checkMandatoryField(String name,
byte[] expected,
byte[] present) |
protected void |
checkMandatoryField(String name,
int expected,
int present) |
protected void |
checkMandatoryField(String name,
String expected,
String present) |
protected void |
checkOptionalField(String name,
ASN1Encodable expected,
ASN1Encodable present) |
protected void |
checkOptionalField(String name,
BigInteger expected,
BigInteger present) |
protected void |
checkOptionalField(String name,
String expected,
String present) |
protected void checkMandatoryField(String name, ASN1Encodable expected, ASN1Encodable present)
protected void checkMandatoryField(String name, String expected, String present)
protected void checkMandatoryField(String name, byte[] expected, byte[] present)
protected void checkMandatoryField(String name, int expected, int present)
protected void checkOptionalField(String name, ASN1Encodable expected, ASN1Encodable present)
protected void checkOptionalField(String name, BigInteger expected, BigInteger present)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.