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 Tag
Tag.END_OF_CONTENTS
The end-of-contents marker for indefinite length encoding.static final Tag
Tag.EOC
An alias for END_OF_CONTENTS.private Tag
CHOICE.Template.Element.implicitTag
private Tag
SEQUENCE.Template.Element.implicitTag
private Tag
SET.Element.implicitTag
private Tag
SET.Template.Element.implicitTag
private Tag
ANY.tag
private Tag
ASN1Header.tag
private Tag
CHOICE.tag
private Tag
EXPLICIT.tag
private Tag
EXPLICIT.Template.tag
static final Tag
BIT_STRING.TAG
(package private) static final Tag
BMPString.TAG
static final Tag
BOOLEAN.TAG
static final Tag
ENUMERATED.TAG
static final Tag
GeneralizedTime.TAG
static final Tag
IA5String.TAG
static final Tag
INTEGER.TAG
static final Tag
NULL.TAG
static final Tag
OBJECT_IDENTIFIER.TAG
static final Tag
OCTET_STRING.TAG
static final Tag
PrintableString.TAG
static final Tag
SEQUENCE.TAG
static final Tag
SET.TAG
static final Tag
TeletexString.TAG
static final Tag
UniversalString.TAG
static final Tag
UTCTime.TAG
static final Tag
UTF8String.TAG
(package private) Tag
OBJECT_IDENTIFIER.tagForCache
private static Tag[]
Tag.tagInstances
Methods in org.mozilla.jss.asn1 that return TagModifier and TypeMethodDescriptionstatic Tag
Tag.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 Tag
BMPString.Template.getTag()
BOOLEAN.getTag()
abstract Tag
CharacterString.getTag()
protected abstract Tag
CharacterString.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) Tag
ENUMERATED.Template.getTag()
EXPLICIT.getTag()
Returns the Tag of this EXPLICIT tag.GeneralizedTime.getTag()
protected Tag
GeneralizedTime.Template.getTag()
IA5String.getTag()
IA5String.Template.getTag()
INTEGER.getTag()
(package private) Tag
INTEGER.Template.getTag()
NULL.getTag()
NULL.Template.getTag()
OBJECT_IDENTIFIER.getTag()
OBJECT_IDENTIFIER.Template.getTag()
OCTET_STRING.getTag()
OCTET_STRING.Template.getTag()
PrintableString.getTag()
protected Tag
PrintableString.Template.getTag()
SEQUENCE.getTag()
(package private) Tag
SEQUENCE.Template.getTag()
SET.Element.getTag()
Returns the tag that actually shows up in the encoding.SET.getTag()
private Tag
SET.Template.getTag()
TeletexString.getTag()
protected Tag
TeletexString.Template.getTag()
abstract Tag
TimeBase.getTag()
protected abstract Tag
TimeBase.Template.getTag()
UniversalString.getTag()
protected Tag
UniversalString.Template.getTag()
UTCTime.getTag()
protected Tag
UTCTime.Template.getTag()
UTF8String.getTag()
protected Tag
UTF8String.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 TypeMethodDescriptionvoid
CHOICE.Template.addElement
(Tag implicitTag, ASN1Template template) Adds a new sub-template to this CHOICE template with an implicit tag.void
SEQUENCE.Template.addElement
(Tag implicitTag, ASN1Template t) Adds a sub-template to the end of this SEQUENCE template, with the given implicit tag.void
SEQUENCE.Template.addElement
(Tag implicitTag, ASN1Template t, ASN1Value def) Adds a sub-template with a default value and an implicit tag.void
SET.addElement
(Tag implicitTag, ASN1Value v) Adds an element to this SET with the given implicit tag.void
SET.Template.addElement
(Tag implicit, ASN1Template t) Adds a sub-template with the given implicit tag to the end of this SET template.void
SET.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.void
SEQUENCE.Template.addOptionalElement
(Tag implicitTag, ASN1Template t) Adds an optional sub-template with an implicit tag.void
SET.Template.addOptionalElement
(Tag implicit, ASN1Template t) Adds an optional sub-template with the given implicit tag to the end of this SET template.void
SET.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 ASN1Value
ASN1Util.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 OF
with 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.void
ANY.encode
(Tag implicitTag, OutputStream ostream) static byte[]
void
ASN1Value.encode
(Tag implicitTag, OutputStream ostream) Write this value's DER encoding to an output stream using an implicit tag.void
BIT_STRING.encode
(Tag implicitTag, OutputStream ostream) void
BOOLEAN.encode
(Tag implicitTag, OutputStream ostream) void
CharacterString.encode
(Tag implicitTag, OutputStream ostream) void
CHOICE.encode
(Tag implicitTag, OutputStream ostream) Encodes this CHOICE.void
EXPLICIT.encode
(Tag implicitTag, OutputStream ostream) void
INTEGER.encode
(Tag implicitTag, OutputStream outStream) void
NULL.encode
(Tag implicitTag, OutputStream ostream) void
OBJECT_IDENTIFIER.encode
(Tag implicitTag, OutputStream ostream) void
OCTET_STRING.encode
(Tag implicitTag, OutputStream ostream) void
SEQUENCE.encode
(Tag implicitTag, OutputStream ostream) Writes the DER encoding to the given output stream, using the given implicit tag.void
SET.encode
(Tag implicitTag, OutputStream ostream) Writes the DER encoding to the given output stream, using the given implicit tag.void
TimeBase.encode
(Tag implicit, OutputStream ostream) Write the DER-encoding of this TimeBase.void
ANY.encodeWithAlternateTag
(Tag alternateTag, OutputStream ostream) Extracts the contents from the ANY and encodes them with the provided tag.private int
SET.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 ASN1Header
private ASN1Header
private ASN1Header
Compute the ASN1 header for this tag.static EXPLICIT.Template
EXPLICIT.getTemplate
(Tag tag, ASN1Template content) void
SEQUENCE.Template.insertElementAt
(Tag implicit, ASN1Template t, int index) Inserts the template with the given implicit tag at the given index.void
SEQUENCE.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.void
SET.insertElementAt
(Tag implicitTag, ASN1Value v, int index) Inserts an element with the given implicit tag at the given index.void
SET.Template.insertElementAt
(Tag implicit, ASN1Template t, int index) Inserts the template with the given implicit tag at the given index.void
SET.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.void
SEQUENCE.Template.insertOptionalElementAt
(Tag implicit, ASN1Template t, int index) Inserts the optional template with the given default value at the given index.void
SET.Template.insertOptionalElementAt
(Tag implicit, ASN1Template t, int index) Inserts the optional template with the given default value at the given index.boolean
boolean
Determines whether the given tag will satisfy this template.boolean
boolean
boolean
abstract boolean
boolean
Determines whether the given tag will satisfy this template.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Determines whether the given tag satisfies this SET element.boolean
Determines whether the given tag satisfies this template.boolean
boolean
boolean
boolean
boolean
void
Verifies that this head has the given tag.void
Verifies 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 Tag
CRLDistributionPoint.TAG
private static final Tag
IssuingDistributionPoint.TAG
Methods 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) void
CRLDistributionPoint.encode
(Tag implicitTag, OutputStream ostream) void
IssuingDistributionPoint.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 Tag
CertificationRequest.TAG
(package private) static final Tag
CertificationRequestInfo.TAG
Methods 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) void
CertificationRequest.encode
(Tag implicitTag, OutputStream ostream) void
CertificationRequestInfo.encode
(Tag implicitTag, OutputStream ostream) boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as TagModifier and TypeFieldDescriptionprivate static final Tag
AuthenticatedSafes.TAG
private static final Tag
CertBag.TAG
private static final Tag
MacData.TAG
private static final Tag
PFX.TAG
private static final Tag
SafeBag.TAG
private static final Tag
SecretBag.TAG
Methods 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) void
AuthenticatedSafes.encode
(Tag implicitTag, OutputStream ostream) void
CertBag.encode
(Tag implicitTag, OutputStream ostream) void
MacData.encode
(Tag implicitTag, OutputStream ostream) void
PFX.encode
(Tag implicitTag, OutputStream ostream) void
SafeBag.encode
(Tag implicitTag, OutputStream ostream) void
SecretBag.encode
(Tag implicitTag, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as TagModifier and TypeFieldDescriptionstatic final Tag
Attribute.TAG
static final Tag
ContentInfo.TAG
private static final Tag
DigestedData.TAG
private static final Tag
DigestInfo.TAG
private static final Tag
EncryptedContentInfo.TAG
private static final Tag
EncryptedData.TAG
static final Tag
EnvelopedData.TAG
(package private) static Tag
IssuerAndSerialNumber.TAG
static final Tag
RecipientInfo.TAG
private static final Tag
SignedAndEnvelopedData.TAG
(package private) static final Tag
SignedData.TAG
private static final Tag
SignerInfo.TAG
Methods 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) void
Attribute.encode
(Tag implicit, OutputStream ostream) void
ContentInfo.encode
(Tag implicitTag, OutputStream ostream) void
DigestedData.encode
(Tag implicitTag, OutputStream ostream) void
DigestInfo.encode
(Tag implicitTag, OutputStream ostream) void
EncryptedContentInfo.encode
(Tag tag, OutputStream ostream) void
EncryptedData.encode
(Tag implicitTag, OutputStream ostream) void
EnvelopedData.encode
(Tag tag, OutputStream ostream) void
IssuerAndSerialNumber.encode
(Tag implicitTag, OutputStream ostream) void
RecipientInfo.encode
(Tag tag, OutputStream ostream) void
SignedAndEnvelopedData.encode
(Tag implicitTag, OutputStream ostream) void
SignedData.encode
(Tag tag, OutputStream ostream) void
SignerInfo.encode
(Tag tag, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as TagModifier and TypeFieldDescriptionprivate static final Tag
Certificate.TAG
(package private) static final Tag
CertificateInfo.TAG
static final Tag
Extension.TAG
Methods 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) void
Certificate.encode
(Tag implicitTag, OutputStream ostream) void
CertificateInfo.encode
(Tag implicitTag, OutputStream ostream) void
Extension.encode
(Tag implicit, OutputStream ostream) boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as TagModifier and TypeFieldDescriptionprivate static final Tag
CMCCertId.TAG
static final Tag
CMCStatusInfo.TAG
static final Tag
CMCStatusInfoV2.TAG
private static final Tag
DecryptedPOP.TAG
private static final Tag
EncryptedPOP.TAG
static final Tag
ExtendedFailInfo.TAG
private static final Tag
GetCert.TAG
private static final Tag
IdentityProofV2.TAG
static final Tag
LraPopWitness.TAG
private static final Tag
OtherMsg.TAG
private static final Tag
OtherReqMsg.TAG
static final Tag
PendInfo.TAG
(package private) static Tag
PKIData.TAG
private static final Tag
PopLinkWitnessV2.TAG
(package private) static Tag
ResponseBody.TAG
private static final Tag
RevokeRequest.TAG
static final Tag
TaggedAttribute.TAG
static final Tag
TaggedCertificationRequest.TAG
private static final Tag
TaggedContentInfo.TAG
Methods 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) void
BodyPartReference.encode
(Tag implicitTag, OutputStream ostream) void
CMCCertId.encode
(Tag implicitTag, OutputStream ostream) void
CMCStatusInfo.encode
(Tag implicitTag, OutputStream ostream) void
CMCStatusInfoV2.encode
(Tag implicitTag, OutputStream ostream) void
DecryptedPOP.encode
(Tag implicitTag, OutputStream ostream) void
EncryptedPOP.encode
(Tag implicitTag, OutputStream ostream) void
ExtendedFailInfo.encode
(Tag implicit, OutputStream ostream) void
GetCert.encode
(Tag implicitTag, OutputStream ostream) void
IdentityProofV2.encode
(Tag implicitTag, OutputStream ostream) void
LraPopWitness.encode
(Tag implicitTag, OutputStream ostream) void
OtherInfo.encode
(Tag implicitTag, OutputStream ostream) void
OtherMsg.encode
(Tag implicitTag, OutputStream ostream) void
OtherReqMsg.encode
(Tag implicitTag, OutputStream ostream) void
PendInfo.encode
(Tag implicitTag, OutputStream ostream) void
PKIData.encode
(Tag implicitTag, OutputStream ostream) void
PopLinkWitnessV2.encode
(Tag implicitTag, OutputStream ostream) void
ResponseBody.encode
(Tag implicitTag, OutputStream ostream) void
RevokeRequest.encode
(Tag implicitTag, OutputStream ostream) void
TaggedAttribute.encode
(Tag implicit, OutputStream ostream) void
TaggedCertificationRequest.encode
(Tag implicitTag, OutputStream ostream) void
TaggedContentInfo.encode
(Tag implicitTag, OutputStream ostream) void
TaggedRequest.encode
(Tag implicitTag, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as TagModifier and TypeFieldDescriptionstatic final Tag
CertifiedKeyPair.TAG
static final Tag
CertOrEncCert.TAG
static final Tag
CertRepContent.TAG
static final Tag
CertResponse.TAG
private static final Tag
GetCRL.TAG
private static final Tag
IssuerAndSubject.TAG
static final Tag
PKIStatusInfo.TAG
private static final Tag
RevRepContent.TAG
private static final Tag
RevRequest.TAG
Methods 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) void
CertifiedKeyPair.encode
(Tag implicitTag, OutputStream ostream) void
CertOrEncCert.encode
(Tag implicitTag, OutputStream ostream) void
CertRepContent.encode
(Tag implicitTag, OutputStream ostream) void
CertResponse.encode
(Tag implicitTag, OutputStream ostream) void
GetCRL.encode
(Tag implicitTag, OutputStream ostream) void
IssuerAndSubject.encode
(Tag implicitTag, OutputStream ostream) void
PKIStatusInfo.encode
(Tag implicitTag, OutputStream ostream) void
RevRepContent.encode
(Tag implicitTag, OutputStream ostream) void
RevRequest.encode
(Tag implicitTag, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as TagModifier and TypeFieldDescriptionstatic final Tag
ContentInfo.TAG
private static final Tag
DigestedData.TAG
private static final Tag
DigestInfo.TAG
static final Tag
EncapsulatedContentInfo.TAG
private static final Tag
EncryptedContentInfo.TAG
private static final Tag
EncryptedData.TAG
static final Tag
EnvelopedData.TAG
(package private) static Tag
IssuerAndSerialNumber.TAG
static final Tag
RecipientInfo.TAG
private static final Tag
SignedAndEnvelopedData.TAG
(package private) static final Tag
SignedData.TAG
private static final Tag
SignerInfo.TAG
Methods 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) void
ContentInfo.encode
(Tag implicitTag, OutputStream ostream) void
DigestedData.encode
(Tag implicitTag, OutputStream ostream) void
DigestInfo.encode
(Tag implicitTag, OutputStream ostream) void
EncapsulatedContentInfo.encode
(Tag implicitTag, OutputStream ostream) void
EncryptedContentInfo.encode
(Tag tag, OutputStream ostream) void
EncryptedData.encode
(Tag implicitTag, OutputStream ostream) void
EnvelopedData.encode
(Tag tag, OutputStream ostream) void
IssuerAndSerialNumber.encode
(Tag implicitTag, OutputStream ostream) void
RecipientInfo.encode
(Tag tag, OutputStream ostream) void
SignedAndEnvelopedData.encode
(Tag implicitTag, OutputStream ostream) void
SignedData.encode
(Tag tag, OutputStream ostream) void
SignerIdentifier.encode
(Tag implicitTag, OutputStream ostream) void
SignerInfo.encode
(Tag tag, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as TagModifier and TypeFieldDescriptionprivate Tag
EncryptedKey.tag
private Tag
PKIArchiveOptions.tag
private static final Tag
CertId.TAG
static final Tag
CertReqMsg.TAG
static final Tag
CertRequest.TAG
static final Tag
CertTemplate.TAG
private static final Tag
EncryptedValue.TAG
private static final Tag
PKIPublicationInfo.TAG
private static final Tag
POPOSigningKey.TAG
Methods 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) void
CertId.encode
(Tag implicitTag, OutputStream ostream) void
CertReqMsg.encode
(Tag implicit, OutputStream ostream) Encodes this CertReqMsg to the given OutputStream using DER encoding, with the given implicit tag.void
CertRequest.encode
(Tag implicit, OutputStream ostream) This method is not yet supported.void
CertTemplate.encode
(Tag t, OutputStream ostream) void
EncryptedKey.encode
(Tag implicitTag, OutputStream ostream) void
EncryptedValue.encode
(Tag implicitTag, OutputStream ostream) void
PKIArchiveOptions.encode
(Tag implicitTag, OutputStream ostream) DER-encodes a PKIArchiveOptions.void
PKIPublicationInfo.encode
(Tag implicitTag, OutputStream ostream) void
POPOPrivKey.encode
(Tag implicitTag, OutputStream ostream) Should not be called, because POPOPrivKey is a CHOICE and cannot have an implicit tag.void
POPOSigningKey.encode
(Tag implicitTag, OutputStream ostream) void
ProofOfPossession.encode
(Tag implicitTag, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
boolean
boolean
Returns true if the given tag can satisfy this CHOICE.boolean
boolean
boolean
boolean
-
Uses of Tag in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as TagModifier and TypeFieldDescriptionstatic final Tag
AlgorithmIdentifier.TAG
static final Tag
Attribute.TAG
static final Tag
AVA.TAG
private static final Tag
EncryptedPrivateKeyInfo.TAG
static final Tag
Name.TAG
private static final Tag
PBEParameter.TAG
private static final Tag
PBES2Params.TAG
private static final Tag
PBKDF2Params.TAG
private static final Tag
PrivateKeyInfo.TAG
static final Tag
RDN.TAG
static final Tag
SubjectPublicKeyInfo.TAG
Methods 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) void
AlgorithmIdentifier.encode
(Tag implicit, OutputStream ostream) void
Attribute.encode
(Tag implicit, OutputStream ostream) void
AVA.encode
(Tag implicit, OutputStream ostream) void
DirectoryString.encode
(Tag implicitTag, OutputStream ostream) void
EncryptedPrivateKeyInfo.encode
(Tag implicitTag, OutputStream ostream) void
Name.encode
(Tag implicit, OutputStream ostream) void
PBEParameter.encode
(Tag implicitTag, OutputStream ostream) void
PBES2Params.encode
(Tag implicitTag, OutputStream ostream) void
PBKDF2Params.encode
(Tag implicitTag, OutputStream ostream) void
PrivateKeyInfo.encode
(Tag implicitTag, OutputStream ostream) void
RDN.encode
(Tag implicit, OutputStream ostream) void
SubjectPublicKeyInfo.encode
(Tag implicit, OutputStream ostream) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
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) void
Encoding.encode
(Tag implicitTag, OutputStream ostream) boolean