Uses of Class
org.mozilla.jss.asn1.INTEGER
Packages that use INTEGER
Package
Description
Configuration and top-level operations of the JSS system.
ASN.1 structures, BER decoding, and DER encoding.
Encoding and decoding pkcs10 request
Creating and interpreting PKCS #12 blobs.
Creating and interpeting PKCS #7 blobs.
Encoding and decoding X.509 certificates and certificate extensions.
Creating and interpeting CMC blobs.
The PKIX CMMF protocol.
Creating and interpeting CMS blobs.
The PKIX CRMF protocol.
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
-
Uses of INTEGER in org.mozilla.jss
Methods in org.mozilla.jss with parameters of type INTEGERModifier and TypeMethodDescriptionCryptoManager.findCertByIssuerAndSerialNumber(byte[] derIssuer, INTEGER serialNumber) Looks up a certificate by issuer and serial number. -
Uses of INTEGER in org.mozilla.jss.asn1
Subclasses of INTEGER in org.mozilla.jss.asn1 -
Uses of INTEGER in org.mozilla.jss.pkcs10
Fields in org.mozilla.jss.pkcs10 declared as INTEGERMethods in org.mozilla.jss.pkcs10 that return INTEGERMethods in org.mozilla.jss.pkcs10 with parameters of type INTEGERConstructors in org.mozilla.jss.pkcs10 with parameters of type INTEGERModifierConstructorDescriptionCertificationRequestInfo(INTEGER version, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo, SET attributes) Creates a CertificationRequestInfo with the required fields. -
Uses of INTEGER in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as INTEGERModifier and TypeFieldDescriptionprivate INTEGERMacData.macIterationCountprivate INTEGERPFX.versionprivate static final INTEGERPFX.VERSIONMethods in org.mozilla.jss.pkcs12 that return INTEGERConstructors in org.mozilla.jss.pkcs12 with parameters of type INTEGERModifierConstructorDescriptionMacData(DigestInfo mac, OCTET_STRING macSalt, INTEGER macIterationCount) Creates a MacData from the given parameters.PFX(INTEGER version, AuthenticatedSafes authSafes, MacData macData) Creates a PFX with the given parameters. -
Uses of INTEGER in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as INTEGERModifier and TypeFieldDescriptionstatic final INTEGEREncryptedData.DEFAULT_VERSIONThe default version number.private INTEGERIssuerAndSerialNumber.serialNumberprivate INTEGERDigestedData.versionprivate INTEGEREncryptedData.versionprivate INTEGEREnvelopedData.versionprivate INTEGERRecipientInfo.versionprivate INTEGERSignedAndEnvelopedData.versionprivate INTEGERSignedData.versionprivate INTEGERSignerInfo.versionprivate static final INTEGERSignedData.VERSIONprivate static final INTEGERSignerInfo.VERSIONMethods in org.mozilla.jss.pkcs7 that return INTEGERModifier and TypeMethodDescriptionIssuerAndSerialNumber.getSerialNumber()DigestedData.getVersion()EncryptedData.getVersion()EnvelopedData.getVersion()RecipientInfo.getVersion()SignedAndEnvelopedData.getVersion()Returns the version number.SignedData.getVersion()Returns the version of this SignedData.SignerInfo.getVersion()Retrieves the version number of this SignerInfo.Constructors in org.mozilla.jss.pkcs7 with parameters of type INTEGERModifierConstructorDescriptionDigestedData(INTEGER version, AlgorithmIdentifier digestAlgorithm, ContentInfo contentInfo, OCTET_STRING digest) EncryptedData(INTEGER version, EncryptedContentInfo encryptedContentInfo) Creates a new EncryptedData.EnvelopedData(INTEGER version, SET recipientInfos, EncryptedContentInfo encryptedContentInfo) Create a EnvelopedData ASN1 object.IssuerAndSerialNumber(Name issuer, INTEGER serialNumber) Constructs an IssuerAndSerialNumber from its components.RecipientInfo(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier keyEncryptionAlgorithmID, OCTET_STRING encryptedKey) Create a RecipientInfo ASN1 object.SignedAndEnvelopedData(INTEGER version, SET recipientInfos, SET digestAlgorithms, EncryptedContentInfo encryptedContentInfo, SET certificates, SET crls, SET signerInfos) (package private)SignedData(INTEGER version, SET digestAlgorithms, ContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Constructor for creating a SignedData from its encoding.(package private)SignerInfo(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digestAlgorithm, SET authenticatedAttributes, AlgorithmIdentifier digestEncryptionAlgorithm, byte[] encryptedDigest, SET unauthenticatedAttributes) A constructor for creating a new SignerInfo from its decoding. -
Uses of INTEGER in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as INTEGERMethods in org.mozilla.jss.pkix.cert that return INTEGERMethods in org.mozilla.jss.pkix.cert with parameters of type INTEGERConstructors in org.mozilla.jss.pkix.cert with parameters of type INTEGERModifierConstructorDescriptionCertificateInfo(CertificateInfo.Version version, INTEGER serialNumber, AlgorithmIdentifier signatureAlgId, Name issuer, Date notBefore, Date notAfter, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo) Creates a CertificateInfo with the required fields. -
Uses of INTEGER in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as INTEGERModifier and TypeFieldDescriptionstatic final INTEGERBodyPartReference.BODYIDMAXstatic final INTEGERCMCStatusInfo.BODYIDMAXstatic final INTEGERCMCStatusInfoV2.BODYIDMAXstatic final INTEGERLraPopWitness.BODYIDMAXstatic final INTEGERTaggedAttribute.BODYIDMAXstatic final INTEGERTaggedCertificationRequest.BODYIDMAXprivate INTEGERBodyPartReference.bodyPartIDprivate INTEGERDecryptedPOP.bodyPartIDprivate INTEGEROtherMsg.bodyPartIDprivate INTEGEROtherReqMsg.bodyPartIDprivate INTEGERTaggedAttribute.bodyPartIDprivate INTEGERTaggedCertificationRequest.bodyPartIDprivate INTEGERTaggedContentInfo.bodyPartIDprivate INTEGEROtherInfo.failInfoprivate INTEGERLraPopWitness.pkiDataBodyidprivate INTEGERCMCCertId.serialprivate INTEGERGetCert.serialNumberprivate INTEGERRevokeRequest.serialNumberprivate INTEGERCMCStatusInfo.statusprivate INTEGERCMCStatusInfoV2.statusMethods in org.mozilla.jss.pkix.cmc that return INTEGERModifier and TypeMethodDescriptionBodyPartReference.getBodyPartID()DecryptedPOP.getBodyPartID()Returns thebodyPartIDfield.OtherMsg.getBodyPartID()Returns thebodyPartIDfield.OtherReqMsg.getBodyPartID()Returns thebodyPartIDfield.TaggedAttribute.getBodyPartID()TaggedCertificationRequest.getBodyPartID()TaggedContentInfo.getBodyPartID()Returns thebodyPartIDfield.OtherInfo.getFailInfo()If type == FAIL, returns the failInfo field.LraPopWitness.getPKIDataBodyid()CMCCertId.getSerial()Returns theserialfield.GetCert.getSerialNumber()Returns theserialNumberfield.RevokeRequest.getSerialNumber()Returns theserialNumberfield.Constructors in org.mozilla.jss.pkix.cmc with parameters of type INTEGERModifierConstructorDescriptionBodyPartReference(BodyPartReference.Type type, INTEGER bodyPartID, SEQUENCE bodyPartPath) CMCCertId(ANY issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertIdfrom its components.CMCCertId(SEQUENCE issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertIdfrom its components.CMCStatusInfo(INTEGER status, SEQUENCE bodyList, UTF8String statusString, OtherInfo otherInfo) Create a CMCStatusInfo from decoding.CMCStatusInfoV2(INTEGER status, SEQUENCE bodyList, UTF8String statusString, OtherInfo otherInfo) Create a CMCStatusInfoV2 from decoding.DecryptedPOP(INTEGER bodyPartID, AlgorithmIdentifier thePOPAlgID, OCTET_STRING thePOP) Constructs a newGetCertfrom its components.LraPopWitness(INTEGER pkiDataBodyid, SEQUENCE bodyIds) OtherInfo(OtherInfo.Type type, INTEGER failInfo, PendInfo pendInfo) Constructs a OtherInfo from its components.OtherInfo(OtherInfo.Type type, INTEGER failInfo, PendInfo pendInfo, ExtendedFailInfo extendedFailInfo) Constructs a OtherInfo from its components.OtherMsg(INTEGER bodyPartID, OBJECT_IDENTIFIER otherMsgType, ANY otherMsgValue) Constructs a newOtherMsgfrom its components.OtherReqMsg(INTEGER bodyPartID, OBJECT_IDENTIFIER requestMessageType, ANY requestMessageValue) Constructs a newOtherReqMsgfrom its components.RevokeRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING passphrase, UTF8String comment) Constructs a newRevokeRequestfrom its components.RevokeRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING passphrase, UTF8String comment) Deprecated.TaggedAttribute(INTEGER bodyPartID, OBJECT_IDENTIFIER type, ASN1Value value) TaggedAttribute(INTEGER bodyPartID, OBJECT_IDENTIFIER type, SET values) TaggedCertificationRequest(INTEGER bodyPartID, CertificationRequest certificationRequest) Constructs a TaggedCertificationRequest from its components.TaggedContentInfo(INTEGER bodyPartID, ContentInfo contentInfo) Constructs a newTaggedContentInfofrom its components. -
Uses of INTEGER in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as INTEGERModifier and TypeFieldDescriptionprivate INTEGERCertResponse.certReqIdprivate INTEGERIssuerAndSubject.certReqIdprivate INTEGERRevRequest.serialNumberprivate INTEGERPKIStatusInfo.statusMethods in org.mozilla.jss.pkix.cmmf that return INTEGERModifier and TypeMethodDescriptionCertResponse.getCertReqId()IssuerAndSubject.getCertReqId()Returns thecertReqIdfield, which may benull.RevRequest.getSerialNumber()Returns theserialNumberfield.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type INTEGERModifierConstructorDescriptionCertResponse(INTEGER certReqId, PKIStatusInfo status) CertResponse(INTEGER certReqId, PKIStatusInfo status, CertifiedKeyPair certifiedKeyPair) IssuerAndSubject(ANY issuer, ANY subject, INTEGER certReqId) RevRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING sharedSecret, UTF8String comment) Constructs a newRevRequestfrom its components.RevRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING sharedSecret, UTF8String comment) Deprecated.This constructor is obsolete now thatinvalidityDatehas been added to the class. -
Uses of INTEGER in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as INTEGERModifier and TypeFieldDescriptionstatic final INTEGEREncryptedData.DEFAULT_VERSIONThe default version number.private INTEGERIssuerAndSerialNumber.serialNumberprivate INTEGERDigestedData.versionprivate INTEGEREncryptedData.versionprivate INTEGEREnvelopedData.versionprivate INTEGERRecipientInfo.versionprivate INTEGERSignedAndEnvelopedData.versionprivate INTEGERSignedData.versionprivate INTEGERSignerInfo.versionprivate static final INTEGERSignedData.VERSIONMethods in org.mozilla.jss.pkix.cms that return INTEGERModifier and TypeMethodDescriptionIssuerAndSerialNumber.getSerialNumber()DigestedData.getVersion()EncryptedData.getVersion()EnvelopedData.getVersion()RecipientInfo.getVersion()SignedAndEnvelopedData.getVersion()Returns the version number.SignedData.getVersion()Returns the version of this SignedData.SignerInfo.getVersion()Retrieves the version number of this SignerInfo.Constructors in org.mozilla.jss.pkix.cms with parameters of type INTEGERModifierConstructorDescriptionDigestedData(INTEGER version, AlgorithmIdentifier digestAlgorithm, ContentInfo contentInfo, OCTET_STRING digest) EncryptedData(INTEGER version, EncryptedContentInfo encryptedContentInfo) Creates a new EncryptedData.EnvelopedData(INTEGER version, SET recipientInfos, EncryptedContentInfo encryptedContentInfo) Create a EnvelopedData ASN1 object.IssuerAndSerialNumber(Name issuer, INTEGER serialNumber) Constructs an IssuerAndSerialNumber from its components.RecipientInfo(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier keyEncryptionAlgorithmID, OCTET_STRING encryptedKey) Create a RecipientInfo ASN1 object.SignedAndEnvelopedData(INTEGER version, SET recipientInfos, SET digestAlgorithms, EncryptedContentInfo encryptedContentInfo, SET certificates, SET crls, SET signerInfos) (package private)SignedData(INTEGER version, SET digestAlgorithms, EncapsulatedContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Constructor for creating a SignedData from its encoding.(package private)SignerInfo(INTEGER version, SignerIdentifier signerIdentifier, AlgorithmIdentifier digestAlgorithm, SET signedAttributes, AlgorithmIdentifier digestEncryptionAlgorithm, byte[] encryptedDigest, SET unsignedAttributes) A constructor for creating a new SignerInfo from its decoding. -
Uses of INTEGER in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as INTEGERModifier and TypeFieldDescriptionprivate INTEGERCertRequest.certReqIdprivate INTEGERCertId.serialNumberprivate INTEGERCertTemplate.serialNumberprivate INTEGERPOPOPrivKey.subsequentMessageprivate INTEGERCertTemplate.versionMethods in org.mozilla.jss.pkix.crmf that return INTEGERModifier and TypeMethodDescriptionCertRequest.getCertReqId()Returns the certReqId (certificate request ID) field.CertId.getSerialNumber()Returns theserialNumberfield.CertTemplate.getSerialNumber()Returns the serialNumber field of this CertTemplate.POPOPrivKey.getSubsequentMessage()If type==SUBSEQUENT_MESSAGE, returns the subsequentMessage field.CertTemplate.getVersion()Returns the version field of this CertTemplate.Methods in org.mozilla.jss.pkix.crmf with parameters of type INTEGERModifier and TypeMethodDescriptionvoidCertTemplate.setSerialNumber(INTEGER serialNumber) Sets the serialNumber field of this CertTemplate.voidCertTemplate.setVersion(INTEGER version) Sets the version field of this CertTemplate.Constructors in org.mozilla.jss.pkix.crmf with parameters of type INTEGERModifierConstructorDescriptionConstructs a newCertIdfrom its components.CertRequest(INTEGER certReqId, CertTemplate certTemplate, SEQUENCE controls) privatePOPOPrivKey(POPOPrivKey.Type type, BIT_STRING thisMessage, INTEGER subsequentMessage, BIT_STRING dhMAC) -
Uses of INTEGER in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as INTEGERMethods in org.mozilla.jss.pkix.primitive that return INTEGERConstructors in org.mozilla.jss.pkix.primitive with parameters of type INTEGERModifierConstructorDescriptionPBEParameter(OCTET_STRING salt, INTEGER iterations) Creates a PBEParameter from a salt and iteration count.PBKDF2Params(OCTET_STRING salt, AlgorithmIdentifier otherSource, INTEGER iterations, INTEGER keyLength, AlgorithmIdentifier prf) Creates a PBKDF2Params from a salt and iteration countPrivateKeyInfo(INTEGER version, AlgorithmIdentifier privateKeyAlgorithm, OCTET_STRING privateKey, SET attributes) Create a PrivateKeyInfo from its components.
invalidityDatehas been added to the class.