Uses of Class
org.bouncycastle.asn1.x509.Time
Packages that use Time
-
Uses of Time in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return TimeModifier and TypeMethodDescriptionCertificate.getEndDate()TBSCertificate.getEndDate()TBSCertificateStructure.getEndDate()Deprecated.X509CertificateStructure.getEndDate()Deprecated.static TimeTime.getInstance(Object obj) static TimeTime.getInstance(ASN1TaggedObject obj, boolean explicit) CertificateList.getNextUpdate()TBSCertList.getNextUpdate()TBSCertList.CRLEntry.getRevocationDate()Certificate.getStartDate()TBSCertificate.getStartDate()TBSCertificateStructure.getStartDate()Deprecated.X509CertificateStructure.getStartDate()Deprecated.CertificateList.getThisUpdate()TBSCertList.getThisUpdate()Methods in org.bouncycastle.asn1.x509 with parameters of type TimeModifier and TypeMethodDescriptionvoidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason) voidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason, ASN1GeneralizedTime invalidityDate) voidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, Extensions extensions) voidV1TBSCertificateGenerator.setEndDate(Time endDate) voidV3TBSCertificateGenerator.setEndDate(Time endDate) voidV2TBSCertListGenerator.setNextUpdate(Time nextUpdate) voidV1TBSCertificateGenerator.setStartDate(Time startDate) voidV3TBSCertificateGenerator.setStartDate(Time startDate) voidV2TBSCertListGenerator.setThisUpdate(Time thisUpdate) -
Uses of Time in org.bouncycastle.cert
Methods in org.bouncycastle.cert with parameters of type TimeModifier and TypeMethodDescriptionX509v2CRLBuilder.setNextUpdate(Time date) Set the date by which the next CRL will become available.X509v2CRLBuilder.setThisUpdate(Time date) Set the date by which the next CRL will become available.Constructors in org.bouncycastle.cert with parameters of type TimeModifierConstructorDescriptionX509v1CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 1 certificate.X509v2CRLBuilder(X500Name issuer, Time thisUpdate) Basic constructor.X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 3 certificate. -
Uses of Time in org.bouncycastle.cert.jcajce
Constructors in org.bouncycastle.cert.jcajce with parameters of type TimeModifierConstructorDescriptionJcaX509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subject, PublicKey publicKey) Initialise the builder using a PublicKey.