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 ANY
CRLDistributionPoint.CRLIssuerEncoding
private ANY
CRLDistributionPoint.fullNameEncoding
private ANY
IssuingDistributionPoint.fullNameEncoding
-
Uses of ANY in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as ANYModifier and TypeFieldDescriptionprivate ANY
SafeBag.bagContent
private ANY
CertBag.cert
private ANY
SecretBag.secret
Methods 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 ANY
ExtendedFailInfo.failInfoValue
private ANY
GetCert.issuerName
private ANY
RevokeRequest.issuerName
private ANY
OtherMsg.otherMsgValue
private ANY
OtherReqMsg.requestMessageValue
Methods in org.mozilla.jss.pkix.cmc that return ANYModifier and TypeMethodDescriptionGetCert.getIssuer()
Returns theissuerName
field as anANY
.RevokeRequest.getIssuerName()
Returns theissuerName
field as an ANY.OtherMsg.getOtherMsgValue()
Returns theotherMsgValue
field.OtherReqMsg.getOtherReqMsgValue()
Returns therequestMessageValue
field.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 newCMCCertId
from its components.Constructs a newGetCert
from its components.OtherMsg
(INTEGER bodyPartID, OBJECT_IDENTIFIER otherMsgType, ANY otherMsgValue) Constructs a newOtherMsg
from its components.OtherReqMsg
(INTEGER bodyPartID, OBJECT_IDENTIFIER requestMessageType, ANY requestMessageValue) Constructs a newOtherReqMsg
from its components.RevokeRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING passphrase, UTF8String comment) Constructs a newRevokeRequest
from 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 ANY
CertOrEncCert.certificate
private ANY
GetCRL.cRLName
private ANY
IssuerAndSubject.issuer
private ANY
GetCRL.issuerName
private ANY
RevRequest.issuerName
private ANY
IssuerAndSubject.subject
Methods in org.mozilla.jss.pkix.cmmf that return ANYModifier and TypeMethodDescriptionGetCRL.getCRLName()
Returns thecRLName
field, which may benull
.IssuerAndSubject.getIssuer()
Returns theissuer
field.GetCRL.getIssuerName()
Returns theissuerName
field.RevRequest.getIssuerName()
Returns theissuerName
field as an ANY.IssuerAndSubject.getSubject()
Returns thesubject
field.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type ANYModifierConstructorDescriptionGetCRL
(ANY issuerName, ANY cRLName, GeneralizedTime time, BIT_STRING reasons) Constructs aGetCRL
from 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 newRevRequest
from its components.RevRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING sharedSecret, UTF8String comment) Deprecated.This constructor is obsolete now thatinvalidityDate
has 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 ANY
EncryptedKey.envelopedData
private ANY
CertId.issuer
private ANY
POPOSigningKey.poposkInput
Methods in org.mozilla.jss.pkix.crmf that return ANYModifier and TypeMethodDescriptionEncryptedKey.getEnvelopedData()
Should only be called ifgetType
returnsENVELOPED_DATA
.CertId.getIssuer()
Returns theissuer
field 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 newCertId
from 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
invalidityDate
has been added to the class.