Uses of Class
org.mozilla.jss.asn1.ANY
Packages that use ANY
Package
Description
Creating and interpreting PKCS #12 blobs.
Creating and interpeting PKCS #7 blobs.
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 ANY in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as ANYModifier and TypeFieldDescriptionprivate ANYCRLDistributionPoint.CRLIssuerEncodingprivate ANYCRLDistributionPoint.fullNameEncodingprivate ANYIssuingDistributionPoint.fullNameEncoding -
Uses of ANY in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as ANYModifier and TypeFieldDescriptionprivate ANYSafeBag.bagContentprivate ANYCertBag.certprivate ANYSecretBag.secretMethods in org.mozilla.jss.pkcs12 that return ANY -
Uses of ANY in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as ANYMethods in org.mozilla.jss.pkcs7 that return ANYModifier and TypeMethodDescriptionContentInfo.getContent()Returns the content encoded as an ANY. -
Uses of ANY in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as ANYModifier and TypeFieldDescriptionprivate ANYExtendedFailInfo.failInfoValueprivate ANYGetCert.issuerNameprivate ANYRevokeRequest.issuerNameprivate ANYOtherMsg.otherMsgValueprivate ANYOtherReqMsg.requestMessageValueMethods in org.mozilla.jss.pkix.cmc that return ANYModifier and TypeMethodDescriptionGetCert.getIssuer()Returns theissuerNamefield as anANY.RevokeRequest.getIssuerName()Returns theissuerNamefield as an ANY.OtherMsg.getOtherMsgValue()Returns theotherMsgValuefield.OtherReqMsg.getOtherReqMsgValue()Returns therequestMessageValuefield.ExtendedFailInfo.getValue()Returns the failInfoValue of this ExtendedFailInfo, encoded as an ANY.Constructors in org.mozilla.jss.pkix.cmc with parameters of type ANYModifierConstructorDescriptionCMCCertId(ANY issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertIdfrom its components.Constructs a newGetCertfrom 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. -
Uses of ANY in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as ANYModifier and TypeFieldDescriptionprivate ANYCertOrEncCert.certificateprivate ANYGetCRL.cRLNameprivate ANYIssuerAndSubject.issuerprivate ANYGetCRL.issuerNameprivate ANYRevRequest.issuerNameprivate ANYIssuerAndSubject.subjectMethods in org.mozilla.jss.pkix.cmmf that return ANYModifier and TypeMethodDescriptionGetCRL.getCRLName()Returns thecRLNamefield, which may benull.IssuerAndSubject.getIssuer()Returns theissuerfield.GetCRL.getIssuerName()Returns theissuerNamefield.RevRequest.getIssuerName()Returns theissuerNamefield as an ANY.IssuerAndSubject.getSubject()Returns thesubjectfield.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type ANYModifierConstructorDescriptionGetCRL(ANY issuerName, ANY cRLName, GeneralizedTime time, BIT_STRING reasons) Constructs aGetCRLfrom its components.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 ANY in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as ANYMethods in org.mozilla.jss.pkix.cms that return ANYModifier and TypeMethodDescriptionContentInfo.getContent()Returns the content encoded as an ANY. -
Uses of ANY in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as ANYModifier and TypeFieldDescriptionprivate ANYEncryptedKey.envelopedDataprivate ANYCertId.issuerprivate ANYPOPOSigningKey.poposkInputMethods in org.mozilla.jss.pkix.crmf that return ANYModifier and TypeMethodDescriptionEncryptedKey.getEnvelopedData()Should only be called ifgetTypereturnsENVELOPED_DATA.CertId.getIssuer()Returns theissuerfield as anANY.POPOSigningKey.getPoposkInput()Retrieves the input to the Proof-of-Possession of the signing key.PKIPublicationInfo.getPubLocation(int index) Returns the pubLocation in the SinglePubInfo at the given index.Constructors in org.mozilla.jss.pkix.crmf with parameters of type ANYModifierConstructorDescriptionConstructs a newCertIdfrom its components.EncryptedKey(ANY envelopedData) POPOSigningKey(ANY poposkInput, AlgorithmIdentifier algorithmIdentifier, BIT_STRING signature) Creates a POPOSigningKey. -
Uses of ANY in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as ANYMethods in org.mozilla.jss.pkix.primitive that return ANY
invalidityDatehas been added to the class.