Home
last modified time | relevance | path

Searched refs:userCertificateSerial (Results 1 – 2 of 2) sorted by relevance

/dports/java/bouncycastle15/crypto-169/pkix/src/main/j2me/org/bouncycastle/cert/
H A DX509v2CRLBuilder.java97 …public X509v2CRLBuilder addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int rea… in addCRLEntry() argument
99 … tbsGen.addCRLEntry(new ASN1Integer(userCertificateSerial), new Time(revocationDate), reason); in addCRLEntry()
114 …public X509v2CRLBuilder addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int rea… in addCRLEntry() argument
116 …tbsGen.addCRLEntry(new ASN1Integer(userCertificateSerial), new Time(revocationDate), reason, new A… in addCRLEntry()
129 …public X509v2CRLBuilder addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, Extensi… in addCRLEntry() argument
131 … tbsGen.addCRLEntry(new ASN1Integer(userCertificateSerial), new Time(revocationDate), extensions); in addCRLEntry()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/
H A DX509v2CRLBuilder.java193 …public X509v2CRLBuilder addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int rea… in addCRLEntry() argument
195 … tbsGen.addCRLEntry(new ASN1Integer(userCertificateSerial), new Time(revocationDate), reason); in addCRLEntry()
210 …public X509v2CRLBuilder addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int rea… in addCRLEntry() argument
212 …tbsGen.addCRLEntry(new ASN1Integer(userCertificateSerial), new Time(revocationDate), reason, new A… in addCRLEntry()
225 …public X509v2CRLBuilder addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, Extensi… in addCRLEntry() argument
227 … tbsGen.addCRLEntry(new ASN1Integer(userCertificateSerial), new Time(revocationDate), extensions); in addCRLEntry()