Uses of Class
org.bouncycastle.asn1.ASN1Integer
-
Packages that use ASN1Integer Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.asn1.x9 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 ASN1Integer Modifier and Type Field Description protected ASN1Integer
ASN1External. indirectReference
Methods in org.bouncycastle.asn1 that return ASN1Integer Modifier and Type Method Description ASN1Integer
ASN1External. getIndirectReference()
Returns the indirect reference of this elementstatic ASN1Integer
ASN1Integer. getInstance(java.lang.Object obj)
return an integer from the passed in objectstatic ASN1Integer
ASN1Integer. getInstance(ASN1TaggedObject obj, boolean explicit)
return an Integer from a tagged object.Constructors in org.bouncycastle.asn1 with parameters of type ASN1Integer Constructor Description ASN1External(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.cmp
Methods in org.bouncycastle.asn1.cmp that return ASN1Integer Modifier and Type Method Description ASN1Integer
CertResponse. getCertReqId()
ASN1Integer
CertStatus. getCertReqId()
ASN1Integer
PollRepContent. getCertReqId(int index)
ASN1Integer[][]
PollReqContent. getCertReqIds()
ASN1Integer
PollRepContent. getCheckAfter(int index)
ASN1Integer
ErrorMsgContent. getErrorCode()
ASN1Integer
PBMParameter. getIterationCount()
ASN1Integer
PKIHeader. getPvno()
ASN1Integer[]
POPODecKeyRespContent. toASN1IntegerArray()
Constructors in org.bouncycastle.asn1.cmp with parameters of type ASN1Integer Constructor Description CertResponse(ASN1Integer certReqId, PKIStatusInfo status)
CertResponse(ASN1Integer certReqId, PKIStatusInfo status, CertifiedKeyPair certifiedKeyPair, ASN1OctetString rspInfo)
ErrorMsgContent(PKIStatusInfo pkiStatusInfo, ASN1Integer errorCode, PKIFreeText errorDetails)
PBMParameter(ASN1OctetString salt, AlgorithmIdentifier owf, ASN1Integer iterationCount, AlgorithmIdentifier mac)
PollRepContent(ASN1Integer certReqId, ASN1Integer checkAfter)
PollRepContent(ASN1Integer certReqId, ASN1Integer checkAfter, PKIFreeText reason)
PollReqContent(ASN1Integer certReqId)
Create a pollReqContent for a single certReqId.PollReqContent(ASN1Integer[] certReqIds)
Create a pollReqContent for a multiple certReqIds. -
Uses of ASN1Integer in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1Integer Modifier and Type Method Description ASN1Integer
IssuerAndSerialNumber. getSerialNumber()
ASN1Integer
AuthenticatedData. getVersion()
ASN1Integer
AuthenticatedDataParser. getVersion()
ASN1Integer
AuthEnvelopedData. getVersion()
ASN1Integer
AuthEnvelopedDataParser. getVersion()
ASN1Integer
CompressedData. getVersion()
ASN1Integer
CompressedDataParser. getVersion()
ASN1Integer
DigestedData. getVersion()
ASN1Integer
EncryptedData. getVersion()
ASN1Integer
EnvelopedData. getVersion()
ASN1Integer
EnvelopedDataParser. getVersion()
ASN1Integer
KEKRecipientInfo. getVersion()
ASN1Integer
KeyAgreeRecipientInfo. getVersion()
ASN1Integer
KeyTransRecipientInfo. getVersion()
ASN1Integer
PasswordRecipientInfo. getVersion()
ASN1Integer
RecipientInfo. getVersion()
ASN1Integer
SignedData. getVersion()
ASN1Integer
SignedDataParser. getVersion()
ASN1Integer
SignerInfo. getVersion()
-
Uses of ASN1Integer in org.bouncycastle.asn1.crmf
Subclasses of ASN1Integer in org.bouncycastle.asn1.crmf Modifier and Type Class Description class
SubsequentMessage
Fields in org.bouncycastle.asn1.crmf declared as ASN1Integer Modifier and Type Field Description static ASN1Integer
SinglePubInfo. dontCare
static ASN1Integer
PKIPublicationInfo. dontPublish
static ASN1Integer
SinglePubInfo. ldap
static ASN1Integer
PKIPublicationInfo. pleasePublish
static ASN1Integer
SinglePubInfo. web
static ASN1Integer
SinglePubInfo. x500
Methods in org.bouncycastle.asn1.crmf that return ASN1Integer Modifier and Type Method Description ASN1Integer
PKIPublicationInfo. getAction()
ASN1Integer
CertRequest. getCertReqId()
ASN1Integer
SinglePubInfo. getPubMethod()
ASN1Integer
CertId. getSerialNumber()
ASN1Integer
CertTemplate. getSerialNumber()
Methods in org.bouncycastle.asn1.crmf with parameters of type ASN1Integer Modifier and Type Method Description CertTemplateBuilder
CertTemplateBuilder. setSerialNumber(ASN1Integer ser)
Constructors in org.bouncycastle.asn1.crmf with parameters of type ASN1Integer Constructor Description CertId(GeneralName issuer, ASN1Integer serialNumber)
CertRequest(ASN1Integer certReqId, CertTemplate certTemplate, Controls controls)
PKIPublicationInfo(ASN1Integer action)
SinglePubInfo(ASN1Integer pubMethod, GeneralName pubLocation)
-
Uses of ASN1Integer in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return ASN1Integer Modifier and Type Method Description ASN1Integer
DVCSCertInfo. getSerialNumber()
Methods in org.bouncycastle.asn1.dvcs with parameters of type ASN1Integer Modifier and Type Method Description void
DVCSCertInfoBuilder. setSerialNumber(ASN1Integer serialNumber)
Constructors in org.bouncycastle.asn1.dvcs with parameters of type ASN1Integer Constructor Description DVCSCertInfo(DVCSRequestInformation dvReqInfo, DigestInfo messageImprint, ASN1Integer serialNumber, DVCSTime responseTime)
DVCSCertInfoBuilder(DVCSRequestInformation dvReqInfo, DigestInfo messageImprint, ASN1Integer serialNumber, DVCSTime responseTime)
-
Uses of ASN1Integer in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1Integer Modifier and Type Method Description ASN1Integer
CrlID. getCrlNum()
ASN1Integer
CertID. getSerialNumber()
ASN1Integer
ResponseData. getVersion()
ASN1Integer
TBSRequest. getVersion()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1Integer Constructor Description CertID(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 ASN1Integer Modifier and Type Field Description static ASN1Integer
RSASSAPSSparams. DEFAULT_SALT_LENGTH
static ASN1Integer
RSASSAPSSparams. DEFAULT_TRAILER_FIELD
Methods in org.bouncycastle.asn1.pkcs that return ASN1Integer Modifier and Type Method Description ASN1Integer
IssuerAndSerialNumber. getCertificateSerialNumber()
ASN1Integer
CertificationRequestInfo. getVersion()
ASN1Integer
SignedData. getVersion()
ASN1Integer
SignerInfo. getVersion()
Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1Integer Constructor Description RSASSAPSSparams(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.tsp
Methods in org.bouncycastle.asn1.tsp that return ASN1Integer Modifier and Type Method Description ASN1Integer
Accuracy. getMicros()
ASN1Integer
Accuracy. getMillis()
ASN1Integer
TimeStampReq. getNonce()
ASN1Integer
TSTInfo. getNonce()
ASN1Integer
Accuracy. getSeconds()
ASN1Integer
TSTInfo. getSerialNumber()
ASN1Integer
TimeStampReq. getVersion()
ASN1Integer
TSTInfo. getVersion()
Constructors in org.bouncycastle.asn1.tsp with parameters of type ASN1Integer Constructor Description Accuracy(ASN1Integer seconds, ASN1Integer millis, ASN1Integer micros)
TimeStampReq(MessageImprint messageImprint, ASN1ObjectIdentifier tsaPolicy, ASN1Integer nonce, ASN1Boolean certReq, Extensions extensions)
TSTInfo(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions)
-
Uses of ASN1Integer in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1Integer Modifier and Type Method Description ASN1Integer[]
NoticeReference. getNoticeNumbers()
ASN1Integer
IssuerSerial. getSerial()
ASN1Integer
AttributeCertificateInfo. getSerialNumber()
ASN1Integer
Certificate. getSerialNumber()
ASN1Integer
TBSCertificate. getSerialNumber()
ASN1Integer
TBSCertList.CRLEntry. getUserCertificate()
ASN1Integer
AttributeCertificateInfo. getVersion()
ASN1Integer
Certificate. getVersion()
ASN1Integer
TBSCertificate. getVersion()
ASN1Integer
TBSCertList. getVersion()
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1Integer Modifier and Type Method Description void
V2TBSCertListGenerator. addCRLEntry(ASN1Integer userCertificate, ASN1UTCTime revocationDate, int reason)
void
V2TBSCertListGenerator. addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason)
void
V2TBSCertListGenerator. addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason, ASN1GeneralizedTime invalidityDate)
void
V2TBSCertListGenerator. addCRLEntry(ASN1Integer userCertificate, Time revocationDate, Extensions extensions)
void
V1TBSCertificateGenerator. setSerialNumber(ASN1Integer serialNumber)
void
V2AttributeCertificateInfoGenerator. setSerialNumber(ASN1Integer serialNumber)
void
V3TBSCertificateGenerator. 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
Constructors in org.bouncycastle.asn1.x9 with parameters of type ASN1Integer Constructor Description ValidationParams(DERBitString seed, ASN1Integer pgenCounter)
-