Uses of Class
org.bouncycastle.asn1.ASN1Integer
Packages that use ASN1Integer
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of ASN1Integer in org.bouncycastle.asn1
Fields in org.bouncycastle.asn1 declared as ASN1IntegerMethods in org.bouncycastle.asn1 that return ASN1IntegerModifier and TypeMethodDescriptionASN1External.getIndirectReference()Returns the indirect reference of this elementstatic ASN1IntegerASN1Integer.getInstance(Object obj) Return an integer from the passed in object.static ASN1IntegerASN1Integer.getInstance(ASN1TaggedObject obj, boolean explicit) Return an Integer from a tagged object.Constructors in org.bouncycastle.asn1 with parameters of type ASN1IntegerModifierConstructorDescriptionASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) Creates a new instance of External.ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) Creates a new instance of External See X.690 for more informations about the meaning of these parametersDERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) Creates a new instance of DERExternal.DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parametersDLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) Creates a new instance of Definite-Length External.DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parameters -
Uses of ASN1Integer in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1IntegerModifier and TypeMethodDescriptionCrlID.getCrlNum()CertID.getSerialNumber()ResponseData.getVersion()TBSRequest.getVersion()Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1IntegerModifierConstructorDescriptionCertID(AlgorithmIdentifier hashAlgorithm, ASN1OctetString issuerNameHash, ASN1OctetString issuerKeyHash, ASN1Integer serialNumber) ResponseData(ASN1Integer version, ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions) -
Uses of ASN1Integer in org.bouncycastle.asn1.pkcs
Fields in org.bouncycastle.asn1.pkcs declared as ASN1IntegerModifier and TypeFieldDescriptionstatic final ASN1IntegerRSASSAPSSparams.DEFAULT_SALT_LENGTHstatic final ASN1IntegerRSASSAPSSparams.DEFAULT_TRAILER_FIELDMethods in org.bouncycastle.asn1.pkcs that return ASN1IntegerModifier and TypeMethodDescriptionIssuerAndSerialNumber.getCertificateSerialNumber()CertificationRequestInfo.getVersion()PrivateKeyInfo.getVersion()SignedData.getVersion()SignerInfo.getVersion()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1IntegerModifierConstructorDescriptionRSASSAPSSparams(AlgorithmIdentifier hashAlgorithm, AlgorithmIdentifier maskGenAlgorithm, ASN1Integer saltLength, ASN1Integer trailerField) SignedData(ASN1Integer _version, ASN1Set _digestAlgorithms, ContentInfo _contentInfo, ASN1Set _certificates, ASN1Set _crls, ASN1Set _signerInfos) SignerInfo(ASN1Integer version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes) -
Uses of ASN1Integer in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1IntegerModifier and TypeMethodDescriptionNoticeReference.getNoticeNumbers()IssuerSerial.getSerial()AttributeCertificateInfo.getSerialNumber()Certificate.getSerialNumber()TBSCertificate.getSerialNumber()TBSCertList.CRLEntry.getUserCertificate()AttributeCertificateInfo.getVersion()Certificate.getVersion()TBSCertificate.getVersion()TBSCertList.getVersion()Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1IntegerModifier and TypeMethodDescriptionvoidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, ASN1UTCTime revocationDate, int reason) voidV2TBSCertListGenerator.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.setSerialNumber(ASN1Integer serialNumber) voidV2AttributeCertificateInfoGenerator.setSerialNumber(ASN1Integer serialNumber) voidV3TBSCertificateGenerator.setSerialNumber(ASN1Integer serialNumber) Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Integer -
Uses of ASN1Integer in org.bouncycastle.asn1.x9
Constructors in org.bouncycastle.asn1.x9 with parameters of type ASN1Integer -
Uses of ASN1Integer in org.bouncycastle.internal.asn1.cms
Methods in org.bouncycastle.internal.asn1.cms that return ASN1Integer