- All Implemented Interfaces:
- Test
public class AllowNonDerTimeTest
extends SimpleTest
Exercises the org.bouncycastle.asn1.allow_non_der_time property
(Properties.ASN1_ALLOW_NON_DER_TIME). Reading is always lenient: a non-DER UTCTime or
GeneralizedTime on the wire is always parseable. The property only governs DER
serialization: default ("true"/unset) preserves the historical pass-through, while
"false" makes any attempt to write a non-DER time to a DEROutputStream fail per
X.690 sec. 11.7 / 11.8 (github #1973 / #1986).