Uses of Class
org.bouncycastle.asn1.ASN1Integer
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.pkcs | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.asn1.x9 | |
| org.bouncycastle.cms |
-
Uses of ASN1Integer in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return ASN1Integer Modifier and Type Method Description ASN1IntegerDERExternal. getIndirectReference()Returns the indirect reference of this elementstatic ASN1IntegerDERInteger. getInstance(Object obj)return an integer from the passed in objectstatic ASN1IntegerDERInteger. getInstance(ASN1TaggedObject obj, boolean explicit)return an Integer from a tagged object.Constructors in org.bouncycastle.asn1 with parameters of type ASN1Integer Constructor Description DERExternal(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 parameters -
Uses of ASN1Integer in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1Integer Modifier and Type Method Description ASN1IntegerIssuerAndSerialNumber. getSerialNumber()ASN1IntegerSignedData. getVersion()ASN1IntegerSignerInfo. getVersion()Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1Integer Constructor Description IssuerAndSerialNumber(X509Name name, ASN1Integer serialNumber)Deprecated.use X500Name constructor -
Uses of ASN1Integer in org.bouncycastle.asn1.pkcs
Fields in org.bouncycastle.asn1.pkcs declared as ASN1Integer Modifier and Type Field Description static ASN1IntegerRSASSAPSSparams. DEFAULT_SALT_LENGTHstatic ASN1IntegerRSASSAPSSparams. DEFAULT_TRAILER_FIELDMethods in org.bouncycastle.asn1.pkcs that return ASN1Integer Modifier and Type Method Description ASN1IntegerIssuerAndSerialNumber. getCertificateSerialNumber()ASN1IntegerCertificationRequestInfo. getVersion()ASN1IntegerSignedData. getVersion()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1Integer Constructor Description IssuerAndSerialNumber(X509Name name, ASN1Integer certSerialNumber)RSASSAPSSparams(AlgorithmIdentifier hashAlgorithm, AlgorithmIdentifier maskGenAlgorithm, ASN1Integer saltLength, ASN1Integer trailerField)SignedData(ASN1Integer _version, ASN1Set _digestAlgorithms, ContentInfo _contentInfo, ASN1Set _certificates, ASN1Set _crls, ASN1Set _signerInfos) -
Uses of ASN1Integer in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1Integer Modifier and Type Method Description ASN1IntegerIssuerSerial. getSerial()ASN1IntegerAttributeCertificateInfo. getSerialNumber()ASN1IntegerCertificate. getSerialNumber()ASN1IntegerTBSCertificate. getSerialNumber()ASN1IntegerTBSCertificateStructure. getSerialNumber()ASN1IntegerX509CertificateStructure. getSerialNumber()Deprecated.ASN1IntegerTBSCertList.CRLEntry. getUserCertificate()ASN1IntegerAttributeCertificateInfo. getVersion()ASN1IntegerCertificate. getVersion()ASN1IntegerTBSCertificate. getVersion()ASN1IntegerTBSCertList. getVersion()ASN1IntegerTBSCertificateStructure. getVersionNumber()Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1Integer Modifier and Type Method Description voidV1TBSCertificateGenerator. setSerialNumber(ASN1Integer serialNumber)voidV3TBSCertificateGenerator. setSerialNumber(ASN1Integer serialNumber)Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Integer Constructor Description IssuerSerial(GeneralNames issuer, ASN1Integer serial) -
Uses of ASN1Integer in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ASN1Integer Modifier and Type Method Description ASN1IntegerDHDomainParameters. getG()ASN1IntegerDHDomainParameters. getJ()ASN1IntegerDHDomainParameters. getP()ASN1IntegerDHValidationParms. getPgenCounter()ASN1IntegerDHDomainParameters. getQ()ASN1IntegerDHPublicKey. getY()Constructors in org.bouncycastle.asn1.x9 with parameters of type ASN1Integer Constructor Description DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, DHValidationParms validationParms)DHPublicKey(ASN1Integer y)DHValidationParms(DERBitString seed, ASN1Integer pgenCounter) -
Uses of ASN1Integer in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return ASN1Integer Modifier and Type Method Description ASN1IntegerSignerInfoGenerator. getGeneratedVersion()