Home
last modified time | relevance | path

Searched refs:ASN1UTCTime (Results 1 – 24 of 24) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/asn1/
H A DASN1UTCTime.java12 public class ASN1UTCTime class
22 public static ASN1UTCTime getInstance( in getInstance()
27 return (ASN1UTCTime)obj; in getInstance()
30 if (obj instanceof ASN1UTCTime) in getInstance()
32 return new ASN1UTCTime(((ASN1UTCTime)obj).time); in getInstance()
47 public static ASN1UTCTime getInstance( in getInstance()
53 if (explicit || o instanceof ASN1UTCTime) in getInstance()
73 public ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
91 public ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
97 ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
[all …]
H A DDERUTCTime.java6 extends ASN1UTCTime
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/
H A DASN1UTCTime.java34 public class ASN1UTCTime class
46 public static ASN1UTCTime getInstance( in getInstance()
49 if (obj == null || obj instanceof ASN1UTCTime) in getInstance()
51 return (ASN1UTCTime)obj; in getInstance()
79 public static ASN1UTCTime getInstance( in getInstance()
85 if (explicit || o instanceof ASN1UTCTime) in getInstance()
105 public ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
123 public ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
140 public ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
151 ASN1UTCTime( in ASN1UTCTime() method in ASN1UTCTime
[all …]
H A DDERUTCTime.java9 extends ASN1UTCTime
H A DASN1InputStream.java503 return new ASN1UTCTime(defIn.toByteArray()); in createPrimitiveDERObject()
/dports/java/bouncycastle15/crypto-169/util/src/main/j2me/org/bouncycastle/asn1/cms/
H A DTime.java11 import org.bouncycastle.asn1.ASN1UTCTime;
29 if (!(time instanceof ASN1UTCTime) in Time()
58 time = new ASN1UTCTime(date); in Time()
69 else if (obj instanceof ASN1UTCTime) in getInstance()
71 return new Time((ASN1UTCTime)obj); in getInstance()
83 if (time instanceof ASN1UTCTime) in getTime()
85 return ((ASN1UTCTime)time).getAdjustedTime(); in getTime()
95 if (time instanceof ASN1UTCTime) in getDate()
97 return ((ASN1UTCTime)time).getAdjustedDate(); in getDate()
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/asn1/cms/
H A DTime.java11 import org.bouncycastle.asn1.ASN1UTCTime;
29 if (!(time instanceof ASN1UTCTime) in Time()
58 time = new ASN1UTCTime(date); in Time()
69 else if (obj instanceof ASN1UTCTime) in getInstance()
71 return new Time((ASN1UTCTime)obj); in getInstance()
83 if (time instanceof ASN1UTCTime) in getTime()
85 return ((ASN1UTCTime)time).getAdjustedTime(); in getTime()
95 if (time instanceof ASN1UTCTime) in getDate()
97 return ((ASN1UTCTime)time).getAdjustedDate(); in getDate()
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/asn1/x509/
H A DTime.java11 import org.bouncycastle.asn1.ASN1UTCTime;
29 if (!(time instanceof ASN1UTCTime) in Time()
58 time = new ASN1UTCTime(date); in Time()
69 else if (obj instanceof ASN1UTCTime) in getInstance()
71 return new Time((ASN1UTCTime)obj); in getInstance()
83 if (time instanceof ASN1UTCTime) in getTime()
85 return ((ASN1UTCTime)time).getAdjustedTime(); in getTime()
95 if (time instanceof ASN1UTCTime) in getDate()
97 return ((ASN1UTCTime)time).getAdjustedDate(); in getDate()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java14 import org.bouncycastle.asn1.ASN1UTCTime;
34 if (!(time instanceof ASN1UTCTime) in Time()
109 else if (obj instanceof ASN1UTCTime) in getInstance()
111 return new Time((ASN1UTCTime)obj); in getInstance()
123 if (time instanceof ASN1UTCTime) in getTime()
125 return ((ASN1UTCTime)time).getAdjustedTime(); in getTime()
137 if (time instanceof ASN1UTCTime) in getDate()
139 return ((ASN1UTCTime)time).getAdjustedDate(); in getDate()
H A DV1TBSCertificateGenerator.java5 import org.bouncycastle.asn1.ASN1UTCTime;
74 ASN1UTCTime startDate) in setStartDate()
86 ASN1UTCTime endDate) in setEndDate()
H A DV2TBSCertListGenerator.java9 import org.bouncycastle.asn1.ASN1UTCTime;
92 ASN1UTCTime thisUpdate) in setThisUpdate()
98 ASN1UTCTime nextUpdate) in setNextUpdate()
121 public void addCRLEntry(ASN1Integer userCertificate, ASN1UTCTime revocationDate, int reason) in addCRLEntry()
H A DV3TBSCertificateGenerator.java5 import org.bouncycastle.asn1.ASN1UTCTime;
77 ASN1UTCTime startDate) in setStartDate()
89 ASN1UTCTime endDate) in setEndDate()
H A DTBSCertList.java13 import org.bouncycastle.asn1.ASN1UTCTime;
194 && (seq.getObjectAt(seqPos) instanceof ASN1UTCTime in TBSCertList()
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java14 import org.bouncycastle.asn1.ASN1UTCTime;
53 if (!(time instanceof ASN1UTCTime) in Time()
142 else if (obj instanceof ASN1UTCTime) in getInstance()
144 return new Time((ASN1UTCTime)obj); in getInstance()
159 if (time instanceof ASN1UTCTime) in getTime()
161 return ((ASN1UTCTime)time).getAdjustedTime(); in getTime()
176 if (time instanceof ASN1UTCTime) in getDate()
178 return ((ASN1UTCTime)time).getAdjustedDate(); in getDate()
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/esf/
H A DCrlIdentifier.java10 import org.bouncycastle.asn1.ASN1UTCTime;
28 private ASN1UTCTime crlIssuedTime;
52 this.crlIssuedTime = ASN1UTCTime.getInstance(seq.getObjectAt(1)); in CrlIdentifier()
59 public CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime) in CrlIdentifier()
64 public CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime, in CrlIdentifier()
80 public ASN1UTCTime getCrlIssuedTime() in getCrlIssuedTime()
/dports/java/bouncycastle15/crypto-169/core/src/test/j2me/org/bouncycastle/asn1/test/
H A DUTCTimeTest.java3 import org.bouncycastle.asn1.ASN1UTCTime;
84 t = new ASN1UTCTime(zOutput1[i].substring(2)); in performTest()
86 if (!new ASN1UTCTime(t.getAdjustedDate()).getAdjustedTime().equals(t.getAdjustedTime())) in performTest()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/util/
H A DASN1Dump.java19 import org.bouncycastle.asn1.ASN1UTCTime;
251 else if (obj instanceof ASN1UTCTime) in _dumpAsString()
253 buf.append(indent + "UTCTime(" + ((ASN1UTCTime)obj).getTime() + ") " + nl); in _dumpAsString()
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/asn1/test/
H A DGetInstanceTest.java16 import org.bouncycastle.asn1.ASN1UTCTime;
337 doFullGetInstanceTest(ASN1UTCTime.class, new ASN1UTCTime(new Date())); in testGetInstance()
/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/misc/test/
H A DGetInstanceTest.java16 import org.bouncycastle.asn1.ASN1UTCTime;
481 doFullGetInstanceTest(ASN1UTCTime.class, new ASN1UTCTime(new Date())); in testGetInstance()
625 …st(CrlIdentifier.class, new CrlIdentifier(new X500Name("CN=Test"), new ASN1UTCTime(new Date()), Bi… in testGetInstance()
/dports/net-im/signald/META-INF/
H A DBC1024KE.SF7826 Name: META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class
9637 Name: org/bouncycastle/asn1/ASN1UTCTime.class
H A DBC2048KE.SF7826 Name: META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class
9637 Name: org/bouncycastle/asn1/ASN1UTCTime.class
/dports/print/pdftk/META-INF/
H A DBC1024KE.SF7679 Name: META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class
9419 Name: org/bouncycastle/asn1/ASN1UTCTime.class
H A DBC2048KE.SF6948 Name: META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class
12289 Name: org/bouncycastle/asn1/ASN1UTCTime.class
H A DMANIFEST.MF7281 Name: META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class
12622 Name: org/bouncycastle/asn1/ASN1UTCTime.class