Uses of Class
org.mozilla.jss.asn1.Tag
Packages that use Tag
Package
Description
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.
A facility for encrypting and decrypting small amounts of data with
a symmetric key.
-
Uses of Tag in org.mozilla.jss.asn1
Fields in org.mozilla.jss.asn1 declared as TagModifier and TypeFieldDescriptionstatic final TagTag.END_OF_CONTENTSThe end-of-contents marker for indefinite length encoding.static final TagTag.EOCAn alias for END_OF_CONTENTS.private TagCHOICE.Template.Element.implicitTagprivate TagSEQUENCE.Template.Element.implicitTagprivate TagSET.Element.implicitTagprivate TagSET.Template.Element.implicitTagprivate TagANY.tagprivate TagASN1Header.tagprivate TagCHOICE.tagprivate TagEXPLICIT.tagprivate TagEXPLICIT.Template.tagstatic final TagBIT_STRING.TAG(package private) static final TagBMPString.TAGstatic final TagBOOLEAN.TAGstatic final TagENUMERATED.TAGstatic final TagGeneralizedTime.TAGstatic final TagIA5String.TAGstatic final TagINTEGER.TAGstatic final TagNULL.TAGstatic final TagOBJECT_IDENTIFIER.TAGstatic final TagOCTET_STRING.TAGstatic final TagPrintableString.TAGstatic final TagSEQUENCE.TAGstatic final TagSET.TAGstatic final TagTeletexString.TAGstatic final TagUniversalString.TAGstatic final TagUTCTime.TAGstatic final TagUTF8String.TAG(package private) TagOBJECT_IDENTIFIER.tagForCacheprivate static Tag[]Tag.tagInstancesMethods in org.mozilla.jss.asn1 that return TagModifier and TypeMethodDescriptionstatic TagTag.get(long num) Returns an instance of a context-specific tag with the given number.CHOICE.Template.Element.getImplicitTag()Returns the implicit tag for this CHOICE template element, if there is one.SEQUENCE.Template.Element.getImplicitTag()SET.Element.getImplicitTag()Returns the implicit tag for this value, if there is one.SET.Template.Element.getImplicitTag()ANY.getTag()Returns the tag of this value.ASN1Header.getTag()ASN1Value.getTag()Returns the base tag for this type, not counting any tags that may be imposed on it by its context.BIT_STRING.getTag()BMPString.getTag()protected TagBMPString.Template.getTag()BOOLEAN.getTag()abstract TagCharacterString.getTag()protected abstract TagCharacterString.Template.getTag()Must be overridden to return the tag for the subclass.CHOICE.getTag()Returns the tag that the chosen element is encoded with, which is either the underlying tag of the element or an implicit tag.ENUMERATED.getTag()(package private) TagENUMERATED.Template.getTag()EXPLICIT.getTag()Returns the Tag of this EXPLICIT tag.GeneralizedTime.getTag()protected TagGeneralizedTime.Template.getTag()IA5String.getTag()IA5String.Template.getTag()INTEGER.getTag()(package private) TagINTEGER.Template.getTag()NULL.getTag()NULL.Template.getTag()OBJECT_IDENTIFIER.getTag()OBJECT_IDENTIFIER.Template.getTag()OCTET_STRING.getTag()OCTET_STRING.Template.getTag()PrintableString.getTag()protected TagPrintableString.Template.getTag()SEQUENCE.getTag()(package private) TagSEQUENCE.Template.getTag()SET.Element.getTag()Returns the tag that actually shows up in the encoding.SET.getTag()private TagSET.Template.getTag()TeletexString.getTag()protected TagTeletexString.Template.getTag()abstract TagTimeBase.getTag()protected abstract TagTimeBase.Template.getTag()UniversalString.getTag()protected TagUniversalString.Template.getTag()UTCTime.getTag()protected TagUTCTime.Template.getTag()UTF8String.getTag()protected TagUTF8String.Template.getTag()CHOICE.Template.implicitTagAt(int index) Retrieves the implicit tag of the element at the specified index.SEQUENCE.Template.implicitTagAt(int index) Returns the implicit tag of the item stored at the given index.SET.Template.implicitTagAt(int index) Returns the implicit tag of the item stored at the given index.SET.tagAt(int index) Returns the tag of the element at the given index.Methods in org.mozilla.jss.asn1 with parameters of type TagModifier and TypeMethodDescriptionvoidCHOICE.Template.addElement(Tag implicitTag, ASN1Template template) Adds a new sub-template to this CHOICE template with an implicit tag.voidSEQUENCE.Template.addElement(Tag implicitTag, ASN1Template t) Adds a sub-template to the end of this SEQUENCE template, with the given implicit tag.voidSEQUENCE.Template.addElement(Tag implicitTag, ASN1Template t, ASN1Value def) Adds a sub-template with a default value and an implicit tag.voidSET.addElement(Tag implicitTag, ASN1Value v) Adds an element to this SET with the given implicit tag.voidSET.Template.addElement(Tag implicit, ASN1Template t) Adds a sub-template with the given implicit tag to the end of this SET template.voidSET.Template.addElement(Tag implicit, ASN1Template t, ASN1Value def) Adds a sub-template with the given default value and implicit tag to the end of this SET template.voidSEQUENCE.Template.addOptionalElement(Tag implicitTag, ASN1Template t) Adds an optional sub-template with an implicit tag.voidSET.Template.addOptionalElement(Tag implicit, ASN1Template t) Adds an optional sub-template with the given implicit tag to the end of this SET template.voidSET.BERencode(Tag implicitTag, OutputStream ostream) Encodes this SET without re-ordering it.ANY.Template.decode(Tag implicitTag, InputStream istream) ASN1Template.decode(Tag implicitTag, InputStream istream) Decodes an ASN1Value from the InputStream with the given implicit tag.static ASN1ValueASN1Util.decode(Tag implicitTag, ASN1Template template, byte[] encoded) BIT_STRING.Template.decode(Tag implicitTag, InputStream istream) BOOLEAN.Template.decode(Tag tag, InputStream istream) CharacterString.Template.decode(Tag implicitTag, InputStream istream) CHOICE.Template.decode(Tag implicitTag, InputStream istream) Decodes a CHOICE.ENUMERATED.Template.decode(Tag tag, InputStream derStream) EXPLICIT.Template.decode(Tag implicitTag, InputStream istream) INTEGER.Template.decode(Tag tag, InputStream derStream) NULL.Template.decode(Tag implicitTag, InputStream istream) OBJECT_IDENTIFIER.Template.decode(Tag implicitTag, InputStream istream) OCTET_STRING.Template.decode(Tag implicitTag, InputStream istream) SEQUENCE.OF_Template.decode(Tag implicitTag, InputStream istream) Decodes a SEQUENCE OF with an implicit tag from an input stream.SEQUENCE.Template.decode(Tag tag, InputStream istream) Decodes a SEQUENCE from its BER encoding, where the SEQUENCE itself has an implicit tag.SET.OF_Template.decode(Tag implicitTag, InputStream istream) Decodes aSET OFwith an implicit tag from its BER encoding.SET.Template.decode(Tag tag, InputStream istream) Decodes the input stream into a SET value with the given implicit tag.TimeBase.Template.decode(Tag implicitTag, InputStream istream) ANY.decodeWith(Tag implicitTag, ASN1Template template) Decodes this ANY using the given template.SET.elementWithTag(Tag tag) Returns the element with the given Tag, or null if no element exists with the given tag.voidANY.encode(Tag implicitTag, OutputStream ostream) static byte[]voidASN1Value.encode(Tag implicitTag, OutputStream ostream) Write this value's DER encoding to an output stream using an implicit tag.voidBIT_STRING.encode(Tag implicitTag, OutputStream ostream) voidBOOLEAN.encode(Tag implicitTag, OutputStream ostream) voidCharacterString.encode(Tag implicitTag, OutputStream ostream) voidCHOICE.encode(Tag implicitTag, OutputStream ostream) Encodes this CHOICE.voidEXPLICIT.encode(Tag implicitTag, OutputStream ostream) voidINTEGER.encode(Tag implicitTag, OutputStream outStream) voidNULL.encode(Tag implicitTag, OutputStream ostream) voidOBJECT_IDENTIFIER.encode(Tag implicitTag, OutputStream ostream) voidOCTET_STRING.encode(Tag implicitTag, OutputStream ostream) voidSEQUENCE.encode(Tag implicitTag, OutputStream ostream) Writes the DER encoding to the given output stream, using the given implicit tag.voidSET.encode(Tag implicitTag, OutputStream ostream) Writes the DER encoding to the given output stream, using the given implicit tag.voidTimeBase.encode(Tag implicit, OutputStream ostream) Write the DER-encoding of this TimeBase.voidANY.encodeWithAlternateTag(Tag alternateTag, OutputStream ostream) Extracts the contents from the ANY and encodes them with the provided tag.private intSET.Template.findElementByTag(Tag tag) Returns the index in the vector of the type with this tag and class, or -1 if not found.private byte[]OBJECT_IDENTIFIER.getEncoding(Tag tag) Returns the encoding for the given tag.private ASN1Headerprivate ASN1Headerprivate ASN1HeaderCompute the ASN1 header for this tag.static EXPLICIT.TemplateEXPLICIT.getTemplate(Tag tag, ASN1Template content) voidSEQUENCE.Template.insertElementAt(Tag implicit, ASN1Template t, int index) Inserts the template with the given implicit tag at the given index.voidSEQUENCE.Template.insertElementAt(Tag implicit, ASN1Template t, ASN1Value def, int index) Inserts the template with the given implicit tag and given default value at the given index.voidSET.insertElementAt(Tag implicitTag, ASN1Value v, int index) Inserts an element with the given implicit tag at the given index.voidSET.Template.insertElementAt(Tag implicit, ASN1Template t, int index) Inserts the template with the given implicit tag at the given index.voidSET.Template.insertElementAt(Tag implicit, ASN1Template t, ASN1Value def, int index) Inserts the template with the given implicit tag and given default value at the given index.voidSEQUENCE.Template.insertOptionalElementAt(Tag implicit, ASN1Template t, int index) Inserts the optional template with the given default value at the given index.voidSET.Template.insertOptionalElementAt(Tag implicit, ASN1Template t, int index) Inserts the optional template with the given default value at the given index.booleanbooleanDetermines whether the given tag will satisfy this template.booleanbooleanbooleanabstract booleanbooleanDetermines whether the given tag will satisfy this template.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanDetermines whether the given tag satisfies this SET element.booleanDetermines whether the given tag satisfies this template.booleanbooleanbooleanbooleanbooleanvoidVerifies that this head has the given tag.voidVerifies that this header has the given tag and form.Constructors in org.mozilla.jss.asn1 with parameters of type TagModifierConstructorDescriptionCreates an ANY value, which is just a generic ASN.1 value.ASN1Header(Tag tag, Form form, long contentLength) This constructor is to be called when we are constructing an ASN1Value rather than decoding it.Create a CHOICE whose chosen element has an implicit tag.Element(Tag implicitTag, ASN1Template template) Creates a CHOICE template element with an implicit tag.Element(Tag implicitTag, ASN1Template type, boolean optional) Creates a new element, which may or may not be optional.Element(Tag implicitTag, ASN1Template type, boolean optional, boolean doesProduceOutput) Creates a new element, which may or may not be optional.Element(Tag implicitTag, ASN1Template type, ASN1Value defaultVal) Creates a new element with a default value.Makes a new SET element from the given value with the given implicit tag.Element(Tag implicitTag, ASN1Template type, boolean optional) Element(Tag implicitTag, ASN1Template type, ASN1Value defaultVal) Creates an EXPLICIT tag wrapping some other ASN1Value.Template(Tag tag, ASN1Template content) Creates a template for unwrapping an object wrapped in an explicit tag. -
Uses of Tag in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as TagModifier and TypeFieldDescriptionprivate static final TagCRLDistributionPoint.TAGprivate static final TagIssuingDistributionPoint.TAGMethods in org.mozilla.jss.netscape.security.x509 that return TagModifier and TypeMethodDescriptionCRLDistributionPoint.getTag()IssuingDistributionPoint.getTag()Methods in org.mozilla.jss.netscape.security.x509 with parameters of type TagModifier and TypeMethodDescriptionCRLDistributionPoint.Template.decode(Tag implicitTag, InputStream istream) voidCRLDistributionPoint.encode(Tag implicitTag, OutputStream ostream) voidIssuingDistributionPoint.encode(Tag implicitTag, OutputStream ostream) boolean -
Uses of Tag in org.mozilla.jss.pkcs10
Fields in org.mozilla.jss.pkcs10 declared as TagModifier and TypeFieldDescriptionprivate static final TagCertificationRequest.TAG(package private) static final TagCertificationRequestInfo.TAGMethods in org.mozilla.jss.pkcs10 that return TagModifier and TypeMethodDescriptionCertificationRequest.getTag()CertificationRequestInfo.getTag()Methods in org.mozilla.jss.pkcs10 with parameters of type TagModifier and TypeMethodDescriptionCertificationRequest.Template.decode(Tag implicitTag, InputStream istream) CertificationRequestInfo.Template.decode(Tag implicitTag, InputStream istream) voidCertificationRequest.encode(Tag implicitTag, OutputStream ostream) voidCertificationRequestInfo.encode(Tag implicitTag, OutputStream ostream) booleanboolean -
Uses of Tag in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as TagModifier and TypeFieldDescriptionprivate static final TagAuthenticatedSafes.TAGprivate static final TagCertBag.TAGprivate static final TagMacData.TAGprivate static final TagPFX.TAGprivate static final TagSafeBag.TAGprivate static final TagSecretBag.TAGMethods in org.mozilla.jss.pkcs12 that return TagModifier and TypeMethodDescriptionAuthenticatedSafes.getTag()CertBag.getTag()MacData.getTag()PFX.getTag()SafeBag.getTag()SecretBag.getTag()Methods in org.mozilla.jss.pkcs12 with parameters of type TagModifier and TypeMethodDescriptionAuthenticatedSafes.Template.decode(Tag implicitTag, InputStream istream) CertBag.Template.decode(Tag implicitTag, InputStream istream) MacData.Template.decode(Tag implicitTag, InputStream istream) PFX.Template.decode(Tag implicitTag, InputStream istream) SafeBag.Template.decode(Tag implicitTag, InputStream istream) SecretBag.Template.decode(Tag implicitTag, InputStream istream) voidAuthenticatedSafes.encode(Tag implicitTag, OutputStream ostream) voidCertBag.encode(Tag implicitTag, OutputStream ostream) voidMacData.encode(Tag implicitTag, OutputStream ostream) voidPFX.encode(Tag implicitTag, OutputStream ostream) voidSafeBag.encode(Tag implicitTag, OutputStream ostream) voidSecretBag.encode(Tag implicitTag, OutputStream ostream) booleanbooleanbooleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as TagModifier and TypeFieldDescriptionstatic final TagAttribute.TAGstatic final TagContentInfo.TAGprivate static final TagDigestedData.TAGprivate static final TagDigestInfo.TAGprivate static final TagEncryptedContentInfo.TAGprivate static final TagEncryptedData.TAGstatic final TagEnvelopedData.TAG(package private) static TagIssuerAndSerialNumber.TAGstatic final TagRecipientInfo.TAGprivate static final TagSignedAndEnvelopedData.TAG(package private) static final TagSignedData.TAGprivate static final TagSignerInfo.TAGMethods in org.mozilla.jss.pkcs7 that return TagModifier and TypeMethodDescriptionAttribute.getTag()ContentInfo.getTag()DigestedData.getTag()DigestInfo.getTag()EncryptedContentInfo.getTag()EncryptedData.getTag()EnvelopedData.getTag()EnvelopedData.Template.getTag()IssuerAndSerialNumber.getTag()RecipientInfo.getTag()RecipientInfo.Template.getTag()SignedAndEnvelopedData.getTag()SignedData.getTag()SignerInfo.getTag()Methods in org.mozilla.jss.pkcs7 with parameters of type TagModifier and TypeMethodDescriptionAttribute.Template.decode(Tag implicit, InputStream istream) ContentInfo.Template.decode(Tag implicitTag, InputStream istream) DigestedData.Template.decode(Tag implicitTag, InputStream istream) DigestInfo.Template.decode(Tag implicitTag, InputStream ostream) EncryptedContentInfo.Template.decode(Tag implicitTag, InputStream istream) EncryptedData.Template.decode(Tag implicitTag, InputStream istream) EnvelopedData.Template.decode(Tag implicitTag, InputStream istream) IssuerAndSerialNumber.Template.decode(Tag implicitTag, InputStream istream) RecipientInfo.Template.decode(Tag implicitTag, InputStream istream) SignedAndEnvelopedData.Template.decode(Tag implicitTag, InputStream istream) SignedData.Template.decode(Tag implicitTag, InputStream istream) SignerInfo.Template.decode(Tag implicitTag, InputStream istream) voidAttribute.encode(Tag implicit, OutputStream ostream) voidContentInfo.encode(Tag implicitTag, OutputStream ostream) voidDigestedData.encode(Tag implicitTag, OutputStream ostream) voidDigestInfo.encode(Tag implicitTag, OutputStream ostream) voidEncryptedContentInfo.encode(Tag tag, OutputStream ostream) voidEncryptedData.encode(Tag implicitTag, OutputStream ostream) voidEnvelopedData.encode(Tag tag, OutputStream ostream) voidIssuerAndSerialNumber.encode(Tag implicitTag, OutputStream ostream) voidRecipientInfo.encode(Tag tag, OutputStream ostream) voidSignedAndEnvelopedData.encode(Tag implicitTag, OutputStream ostream) voidSignedData.encode(Tag tag, OutputStream ostream) voidSignerInfo.encode(Tag tag, OutputStream ostream) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as TagModifier and TypeFieldDescriptionprivate static final TagCertificate.TAG(package private) static final TagCertificateInfo.TAGstatic final TagExtension.TAGMethods in org.mozilla.jss.pkix.cert that return TagModifier and TypeMethodDescriptionCertificate.getTag()CertificateInfo.getTag()Extension.getTag()Methods in org.mozilla.jss.pkix.cert with parameters of type TagModifier and TypeMethodDescriptionCertificate.Template.decode(Tag implicitTag, InputStream istream) CertificateInfo.Template.decode(Tag implicitTag, InputStream istream) Extension.Template.decode(Tag implicit, InputStream istream) SubjectKeyIdentifier.Template.decode(Tag implicit, InputStream istream) voidCertificate.encode(Tag implicitTag, OutputStream ostream) voidCertificateInfo.encode(Tag implicitTag, OutputStream ostream) voidExtension.encode(Tag implicit, OutputStream ostream) booleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as TagModifier and TypeFieldDescriptionprivate static final TagCMCCertId.TAGstatic final TagCMCStatusInfo.TAGstatic final TagCMCStatusInfoV2.TAGprivate static final TagDecryptedPOP.TAGprivate static final TagEncryptedPOP.TAGstatic final TagExtendedFailInfo.TAGprivate static final TagGetCert.TAGprivate static final TagIdentityProofV2.TAGstatic final TagLraPopWitness.TAGprivate static final TagOtherMsg.TAGprivate static final TagOtherReqMsg.TAGstatic final TagPendInfo.TAG(package private) static TagPKIData.TAGprivate static final TagPopLinkWitnessV2.TAG(package private) static TagResponseBody.TAGprivate static final TagRevokeRequest.TAGstatic final TagTaggedAttribute.TAGstatic final TagTaggedCertificationRequest.TAGprivate static final TagTaggedContentInfo.TAGMethods in org.mozilla.jss.pkix.cmc that return TagModifier and TypeMethodDescriptionBodyPartReference.getTag()CMCCertId.getTag()CMCStatusInfo.getTag()CMCStatusInfoV2.getTag()DecryptedPOP.getTag()EncryptedPOP.getTag()ExtendedFailInfo.getTag()GetCert.getTag()IdentityProofV2.getTag()LraPopWitness.getTag()OtherInfo.getTag()OtherMsg.getTag()OtherReqMsg.getTag()PendInfo.getTag()PKIData.getTag()PopLinkWitnessV2.getTag()ResponseBody.getTag()RevokeRequest.getTag()TaggedAttribute.getTag()TaggedCertificationRequest.getTag()TaggedContentInfo.getTag()TaggedRequest.getTag()Methods in org.mozilla.jss.pkix.cmc with parameters of type TagModifier and TypeMethodDescriptionBodyPartReference.Template.decode(Tag implicitTag, InputStream istream) CMCCertId.Template.decode(Tag implicitTag, InputStream istream) CMCStatusInfo.Template.decode(Tag implicitTag, InputStream istream) CMCStatusInfoV2.Template.decode(Tag implicitTag, InputStream istream) DecryptedPOP.Template.decode(Tag implicitTag, InputStream istream) EncryptedPOP.Template.decode(Tag implicitTag, InputStream istream) ExtendedFailInfo.Template.decode(Tag implicit, InputStream istream) GetCert.Template.decode(Tag implicitTag, InputStream istream) IdentityProofV2.Template.decode(Tag implicitTag, InputStream istream) LraPopWitness.Template.decode(Tag implicitTag, InputStream istream) OtherInfo.Template.decode(Tag implicitTag, InputStream istream) OtherMsg.Template.decode(Tag implicitTag, InputStream istream) OtherReqMsg.Template.decode(Tag implicitTag, InputStream istream) PendInfo.Template.decode(Tag implicitTag, InputStream istream) PKIData.Template.decode(Tag implicitTag, InputStream istream) PopLinkWitnessV2.Template.decode(Tag implicitTag, InputStream istream) ResponseBody.Template.decode(Tag implicitTag, InputStream istream) RevokeRequest.Template.decode(Tag implicitTag, InputStream istream) TaggedAttribute.Template.decode(Tag implicit, InputStream istream) TaggedCertificationRequest.Template.decode(Tag implicitTag, InputStream istream) TaggedContentInfo.Template.decode(Tag implicitTag, InputStream istream) TaggedRequest.Template.decode(Tag implicitTag, InputStream istream) voidBodyPartReference.encode(Tag implicitTag, OutputStream ostream) voidCMCCertId.encode(Tag implicitTag, OutputStream ostream) voidCMCStatusInfo.encode(Tag implicitTag, OutputStream ostream) voidCMCStatusInfoV2.encode(Tag implicitTag, OutputStream ostream) voidDecryptedPOP.encode(Tag implicitTag, OutputStream ostream) voidEncryptedPOP.encode(Tag implicitTag, OutputStream ostream) voidExtendedFailInfo.encode(Tag implicit, OutputStream ostream) voidGetCert.encode(Tag implicitTag, OutputStream ostream) voidIdentityProofV2.encode(Tag implicitTag, OutputStream ostream) voidLraPopWitness.encode(Tag implicitTag, OutputStream ostream) voidOtherInfo.encode(Tag implicitTag, OutputStream ostream) voidOtherMsg.encode(Tag implicitTag, OutputStream ostream) voidOtherReqMsg.encode(Tag implicitTag, OutputStream ostream) voidPendInfo.encode(Tag implicitTag, OutputStream ostream) voidPKIData.encode(Tag implicitTag, OutputStream ostream) voidPopLinkWitnessV2.encode(Tag implicitTag, OutputStream ostream) voidResponseBody.encode(Tag implicitTag, OutputStream ostream) voidRevokeRequest.encode(Tag implicitTag, OutputStream ostream) voidTaggedAttribute.encode(Tag implicit, OutputStream ostream) voidTaggedCertificationRequest.encode(Tag implicitTag, OutputStream ostream) voidTaggedContentInfo.encode(Tag implicitTag, OutputStream ostream) voidTaggedRequest.encode(Tag implicitTag, OutputStream ostream) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as TagModifier and TypeFieldDescriptionstatic final TagCertifiedKeyPair.TAGstatic final TagCertOrEncCert.TAGstatic final TagCertRepContent.TAGstatic final TagCertResponse.TAGprivate static final TagGetCRL.TAGprivate static final TagIssuerAndSubject.TAGstatic final TagPKIStatusInfo.TAGprivate static final TagRevRepContent.TAGprivate static final TagRevRequest.TAGMethods in org.mozilla.jss.pkix.cmmf that return TagModifier and TypeMethodDescriptionCertifiedKeyPair.getTag()CertOrEncCert.getTag()CertRepContent.getTag()CertResponse.getTag()GetCRL.getTag()IssuerAndSubject.getTag()PKIStatusInfo.getTag()RevRepContent.getTag()RevRequest.getTag()Methods in org.mozilla.jss.pkix.cmmf with parameters of type TagModifier and TypeMethodDescriptionGetCRL.Template.decode(Tag implicitTag, InputStream istream) IssuerAndSubject.Template.decode(Tag implicitTag, InputStream istream) PKIStatusInfo.Template.decode(Tag implicitTag, InputStream istream) RevRepContent.Template.decode(Tag implicitTag, InputStream istream) RevRequest.Template.decode(Tag implicitTag, InputStream istream) voidCertifiedKeyPair.encode(Tag implicitTag, OutputStream ostream) voidCertOrEncCert.encode(Tag implicitTag, OutputStream ostream) voidCertRepContent.encode(Tag implicitTag, OutputStream ostream) voidCertResponse.encode(Tag implicitTag, OutputStream ostream) voidGetCRL.encode(Tag implicitTag, OutputStream ostream) voidIssuerAndSubject.encode(Tag implicitTag, OutputStream ostream) voidPKIStatusInfo.encode(Tag implicitTag, OutputStream ostream) voidRevRepContent.encode(Tag implicitTag, OutputStream ostream) voidRevRequest.encode(Tag implicitTag, OutputStream ostream) booleanbooleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as TagModifier and TypeFieldDescriptionstatic final TagContentInfo.TAGprivate static final TagDigestedData.TAGprivate static final TagDigestInfo.TAGstatic final TagEncapsulatedContentInfo.TAGprivate static final TagEncryptedContentInfo.TAGprivate static final TagEncryptedData.TAGstatic final TagEnvelopedData.TAG(package private) static TagIssuerAndSerialNumber.TAGstatic final TagRecipientInfo.TAGprivate static final TagSignedAndEnvelopedData.TAG(package private) static final TagSignedData.TAGprivate static final TagSignerInfo.TAGMethods in org.mozilla.jss.pkix.cms that return TagModifier and TypeMethodDescriptionContentInfo.getTag()DigestedData.getTag()DigestInfo.getTag()EncapsulatedContentInfo.getTag()EncryptedContentInfo.getTag()EncryptedData.getTag()EnvelopedData.getTag()EnvelopedData.Template.getTag()IssuerAndSerialNumber.getTag()RecipientInfo.getTag()RecipientInfo.Template.getTag()SignedAndEnvelopedData.getTag()SignedData.getTag()SignerIdentifier.getTag()SignerInfo.getTag()Methods in org.mozilla.jss.pkix.cms with parameters of type TagModifier and TypeMethodDescriptionContentInfo.Template.decode(Tag implicitTag, InputStream istream) DigestedData.Template.decode(Tag implicitTag, InputStream istream) DigestInfo.Template.decode(Tag implicitTag, InputStream ostream) EncapsulatedContentInfo.Template.decode(Tag implicitTag, InputStream istream) EncryptedContentInfo.Template.decode(Tag implicitTag, InputStream istream) EncryptedData.Template.decode(Tag implicitTag, InputStream istream) EnvelopedData.Template.decode(Tag implicitTag, InputStream istream) IssuerAndSerialNumber.Template.decode(Tag implicitTag, InputStream istream) RecipientInfo.Template.decode(Tag implicitTag, InputStream istream) SignedAndEnvelopedData.Template.decode(Tag implicitTag, InputStream istream) SignedData.Template.decode(Tag implicitTag, InputStream istream) SignerIdentifier.Template.decode(Tag implicitTag, InputStream istream) SignerInfo.Template.decode(Tag implicitTag, InputStream istream) voidContentInfo.encode(Tag implicitTag, OutputStream ostream) voidDigestedData.encode(Tag implicitTag, OutputStream ostream) voidDigestInfo.encode(Tag implicitTag, OutputStream ostream) voidEncapsulatedContentInfo.encode(Tag implicitTag, OutputStream ostream) voidEncryptedContentInfo.encode(Tag tag, OutputStream ostream) voidEncryptedData.encode(Tag implicitTag, OutputStream ostream) voidEnvelopedData.encode(Tag tag, OutputStream ostream) voidIssuerAndSerialNumber.encode(Tag implicitTag, OutputStream ostream) voidRecipientInfo.encode(Tag tag, OutputStream ostream) voidSignedAndEnvelopedData.encode(Tag implicitTag, OutputStream ostream) voidSignedData.encode(Tag tag, OutputStream ostream) voidSignerIdentifier.encode(Tag implicitTag, OutputStream ostream) voidSignerInfo.encode(Tag tag, OutputStream ostream) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as TagModifier and TypeFieldDescriptionprivate TagEncryptedKey.tagprivate TagPKIArchiveOptions.tagprivate static final TagCertId.TAGstatic final TagCertReqMsg.TAGstatic final TagCertRequest.TAGstatic final TagCertTemplate.TAGprivate static final TagEncryptedValue.TAGprivate static final TagPKIPublicationInfo.TAGprivate static final TagPOPOSigningKey.TAGMethods in org.mozilla.jss.pkix.crmf that return TagModifier and TypeMethodDescriptionCertId.getTag()CertReqMsg.getTag()CertRequest.getTag()CertTemplate.getTag()EncryptedKey.getTag()EncryptedValue.getTag()PKIArchiveOptions.getTag()PKIPublicationInfo.getTag()POPOPrivKey.getTag()POPOSigningKey.getTag()ProofOfPossession.getTag()Methods in org.mozilla.jss.pkix.crmf with parameters of type TagModifier and TypeMethodDescriptionCertId.Template.decode(Tag implicitTag, InputStream istream) CertReqMsg.Template.decode(Tag implicit, InputStream istream) Decodes a CertReqMsg from the given input stream, using the given implicit tag.CertRequest.Template.decode(Tag implicit, InputStream istream) CertTemplate.Template.decode(Tag implicit, InputStream istream) Control.Template.decode(Tag implicit, InputStream istream) EncryptedKey.Template.decode(Tag implicitTag, InputStream istream) EncryptedValue.Template.decode(Tag implicitTag, InputStream istream) PKIArchiveOptions.Template.decode(Tag implicitTag, InputStream istream) Decodes a PKIArchiveOptions.PKIPublicationInfo.Template.decode(Tag implicitTag, InputStream istream) POPOPrivKey.Template.decode(Tag implicitTag, InputStream istream) Should not be called, because POPOPrivKey is a CHOICE and cannot have an implicit tag.POPOSigningKey.Template.decode(Tag implicitTag, InputStream istream) ProofOfPossession.Template.decode(Tag implicitTag, InputStream istream) voidCertId.encode(Tag implicitTag, OutputStream ostream) voidCertReqMsg.encode(Tag implicit, OutputStream ostream) Encodes this CertReqMsg to the given OutputStream using DER encoding, with the given implicit tag.voidCertRequest.encode(Tag implicit, OutputStream ostream) This method is not yet supported.voidCertTemplate.encode(Tag t, OutputStream ostream) voidEncryptedKey.encode(Tag implicitTag, OutputStream ostream) voidEncryptedValue.encode(Tag implicitTag, OutputStream ostream) voidPKIArchiveOptions.encode(Tag implicitTag, OutputStream ostream) DER-encodes a PKIArchiveOptions.voidPKIPublicationInfo.encode(Tag implicitTag, OutputStream ostream) voidPOPOPrivKey.encode(Tag implicitTag, OutputStream ostream) Should not be called, because POPOPrivKey is a CHOICE and cannot have an implicit tag.voidPOPOSigningKey.encode(Tag implicitTag, OutputStream ostream) voidProofOfPossession.encode(Tag implicitTag, OutputStream ostream) booleanbooleanbooleanbooleanbooleanbooleanbooleanReturns true if the given tag can satisfy this CHOICE.booleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as TagModifier and TypeFieldDescriptionstatic final TagAlgorithmIdentifier.TAGstatic final TagAttribute.TAGstatic final TagAVA.TAGprivate static final TagEncryptedPrivateKeyInfo.TAGstatic final TagName.TAGprivate static final TagPBEParameter.TAGprivate static final TagPBES2Params.TAGprivate static final TagPBKDF2Params.TAGprivate static final TagPrivateKeyInfo.TAGstatic final TagRDN.TAGstatic final TagSubjectPublicKeyInfo.TAGMethods in org.mozilla.jss.pkix.primitive that return TagModifier and TypeMethodDescriptionAlgorithmIdentifier.getTag()Attribute.getTag()AVA.getTag()DirectoryString.getTag()EncryptedPrivateKeyInfo.getTag()Name.getTag()PBEParameter.getTag()PBES2Params.getTag()PBKDF2Params.getTag()PrivateKeyInfo.getTag()RDN.getTag()SubjectPublicKeyInfo.getTag()Methods in org.mozilla.jss.pkix.primitive with parameters of type TagModifier and TypeMethodDescriptionAlgorithmIdentifier.Template.decode(Tag implicit, InputStream istream) Attribute.Template.decode(Tag implicit, InputStream istream) AVA.Template.decode(Tag implicit, InputStream istream) DirectoryString.Template.decode(Tag implicitTag, InputStream istream) EncryptedPrivateKeyInfo.Template.decode(Tag implicitTag, InputStream istream) Name.Template.decode(Tag implicit, InputStream istream) PBEParameter.Template.decode(Tag implicitTag, InputStream istream) PBES2Params.Template.decode(Tag implicitTag, InputStream istream) PBKDF2Params.Template.decode(Tag implicitTag, InputStream istream) PrivateKeyInfo.Template.decode(Tag implicitTag, InputStream istream) RDN.Template.decode(Tag implicit, InputStream istream) SubjectPublicKeyInfo.Template.decode(Tag implicit, InputStream istream) voidAlgorithmIdentifier.encode(Tag implicit, OutputStream ostream) voidAttribute.encode(Tag implicit, OutputStream ostream) voidAVA.encode(Tag implicit, OutputStream ostream) voidDirectoryString.encode(Tag implicitTag, OutputStream ostream) voidEncryptedPrivateKeyInfo.encode(Tag implicitTag, OutputStream ostream) voidName.encode(Tag implicit, OutputStream ostream) voidPBEParameter.encode(Tag implicitTag, OutputStream ostream) voidPBES2Params.encode(Tag implicitTag, OutputStream ostream) voidPBKDF2Params.encode(Tag implicitTag, OutputStream ostream) voidPrivateKeyInfo.encode(Tag implicitTag, OutputStream ostream) voidRDN.encode(Tag implicit, OutputStream ostream) voidSubjectPublicKeyInfo.encode(Tag implicit, OutputStream ostream) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Uses of Tag in org.mozilla.jss.SecretDecoderRing
Fields in org.mozilla.jss.SecretDecoderRing declared as TagMethods in org.mozilla.jss.SecretDecoderRing that return TagMethods in org.mozilla.jss.SecretDecoderRing with parameters of type TagModifier and TypeMethodDescriptionEncoding.Template.decode(Tag implicitTag, InputStream istream) voidEncoding.encode(Tag implicitTag, OutputStream ostream) boolean