| org.apache.harmony.security.tests.asn1.der.UTCTimeTest
UTCTimeTest | public class UTCTimeTest extends TestCase (Code) | | ASN.1 DER test for UTCTime type
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm |
validUTCTimes | final public static Object[][] validUTCTimes(Code) | | |
testDecodeEncode | public void testDecodeEncode() throws Exception(Code) | | Verifies decoding/encoding ASN.1 UTCTime.
It must interpret the year field (YY) as follows:
- if YY is greater than or equal to 50 then interpreted as 19YY
- and if YY is less than 50 then interpreted as 20YY.
|
|
|