Uses of Class
org.mozilla.jss.asn1.OCTET_STRING
Packages that use OCTET_STRING
Package
Description
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 OCTET_STRING in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as OCTET_STRINGMethods in org.mozilla.jss.pkcs12 that return OCTET_STRINGConstructors in org.mozilla.jss.pkcs12 with parameters of type OCTET_STRINGModifierConstructorDescriptionMacData
(DigestInfo mac, OCTET_STRING macSalt, INTEGER macIterationCount) Creates a MacData from the given parameters. -
Uses of OCTET_STRING in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRING
DigestedData.digest
private OCTET_STRING
DigestInfo.digest
private OCTET_STRING
EncryptedContentInfo.encryptedContent
private OCTET_STRING
SignerInfo.encryptedDigest
private OCTET_STRING
RecipientInfo.encryptedKey
Methods in org.mozilla.jss.pkcs7 that return OCTET_STRINGModifier and TypeMethodDescriptionDigestedData.getDigest()
DigestInfo.getDigest()
EncryptedContentInfo.getEncryptedContent()
RecipientInfo.getEncryptedKey()
Methods in org.mozilla.jss.pkcs7 with parameters of type OCTET_STRINGModifier and TypeMethodDescriptionstatic EncryptedContentInfo
EncryptedContentInfo.createCRSCompatibleEncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent) Constructors in org.mozilla.jss.pkcs7 with parameters of type OCTET_STRINGModifierConstructorDescriptionDigestedData
(INTEGER version, AlgorithmIdentifier digestAlgorithm, ContentInfo contentInfo, OCTET_STRING digest) DigestInfo
(AlgorithmIdentifier digestAlgorithm, OCTET_STRING digest) EncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent) Create a EnvelopedData ASN1 object.EncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent, boolean createHackedCRSCompatibleECI) RecipientInfo
(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier keyEncryptionAlgorithmID, OCTET_STRING encryptedKey) Create a RecipientInfo ASN1 object. -
Uses of OCTET_STRING in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRING
Extension.extnValue
private OCTET_STRING
SubjectKeyIdentifier.keyIdentifier
Methods in org.mozilla.jss.pkix.cert that return OCTET_STRINGConstructors in org.mozilla.jss.pkix.cert with parameters of type OCTET_STRINGModifierConstructorDescriptionExtension
(OBJECT_IDENTIFIER extnId, boolean critical, OCTET_STRING extnValue) SubjectKeyIdentifier
(boolean critical, OCTET_STRING keyIdentifier) SubjectKeyIdentifier
(OCTET_STRING keyIdentifier) Constructs an SubjectKeyIdentifier from its components. -
Uses of OCTET_STRING in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRING
RevokeRequest.passphrase
private OCTET_STRING
PendInfo.pendToken
private OCTET_STRING
DecryptedPOP.thePOP
private OCTET_STRING
EncryptedPOP.witness
private OCTET_STRING
IdentityProofV2.witness
private OCTET_STRING
PopLinkWitnessV2.witness
Methods in org.mozilla.jss.pkix.cmc that return OCTET_STRINGModifier and TypeMethodDescriptionPendInfo.getPendToken()
RevokeRequest.getSharedSecret()
Returns thepassphrase
field.DecryptedPOP.getWitness()
EncryptedPOP.getWitness()
IdentityProofV2.getWitness()
PopLinkWitnessV2.getWitness()
Constructors in org.mozilla.jss.pkix.cmc with parameters of type OCTET_STRINGModifierConstructorDescriptionDecryptedPOP
(INTEGER bodyPartID, AlgorithmIdentifier thePOPAlgID, OCTET_STRING thePOP) EncryptedPOP
(TaggedRequest request, ContentInfo cms, AlgorithmIdentifier thePOPAlgID, AlgorithmIdentifier witnessAlgID, OCTET_STRING witness) IdentityProofV2
(AlgorithmIdentifier hashAlgID, AlgorithmIdentifier macAlgId, OCTET_STRING witness) PendInfo
(OCTET_STRING pendToken, GeneralizedTime pendTime) Constructs a PendInfo from its components.PopLinkWitnessV2
(AlgorithmIdentifier keyGenAlgorithm, AlgorithmIdentifier macAlgorithm, OCTET_STRING witness) 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 OCTET_STRING in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as OCTET_STRINGMethods in org.mozilla.jss.pkix.cmmf that return OCTET_STRINGModifier and TypeMethodDescriptionRevRequest.getPassphrase()
Deprecated.Thepassphrase
field has been renamedsharedSecret
.RevRequest.getSharedSecret()
Returns thesharedSecret
field.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type OCTET_STRINGModifierConstructorDescriptionRevRequest
(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 OCTET_STRING in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRING
EncapsulatedContentInfo.content
private OCTET_STRING
DigestedData.digest
private OCTET_STRING
DigestInfo.digest
private OCTET_STRING
EncryptedContentInfo.encryptedContent
private OCTET_STRING
SignerInfo.encryptedDigest
private OCTET_STRING
RecipientInfo.encryptedKey
private OCTET_STRING
SignerIdentifier.subjectKeyIdentifier
Methods in org.mozilla.jss.pkix.cms that return OCTET_STRINGModifier and TypeMethodDescriptionEncapsulatedContentInfo.getContent()
Returns the content encoded as an OCTET_STRING.DigestedData.getDigest()
DigestInfo.getDigest()
EncryptedContentInfo.getEncryptedContent()
RecipientInfo.getEncryptedKey()
SignerIdentifier.getSubjectKeyIdentifier()
If type == SUBJECT_KEY_IDENTIFIER, returns the SubjectKeyIdentifier field.Methods in org.mozilla.jss.pkix.cms with parameters of type OCTET_STRINGModifier and TypeMethodDescriptionstatic EncryptedContentInfo
EncryptedContentInfo.createCRSCompatibleEncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent) static SignerIdentifier
SignerIdentifier.createSubjectKeyIdentifier
(OCTET_STRING ski) Creates a new SignerIdentifier with the given SubjectKeyIdentifier field.Constructors in org.mozilla.jss.pkix.cms with parameters of type OCTET_STRINGModifierConstructorDescriptionDigestedData
(INTEGER version, AlgorithmIdentifier digestAlgorithm, ContentInfo contentInfo, OCTET_STRING digest) DigestInfo
(AlgorithmIdentifier digestAlgorithm, OCTET_STRING digest) EncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent) Create a EnvelopedData ASN1 object.EncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent, boolean createHackedCRSCompatibleECI) RecipientInfo
(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier keyEncryptionAlgorithmID, OCTET_STRING encryptedKey) Create a RecipientInfo ASN1 object.SignerIdentifier
(SignerIdentifier.Type type, IssuerAndSerialNumber issuerAndSerialNumber, OCTET_STRING subjectKeyIdentifier) -
Uses of OCTET_STRING in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRING
PKIArchiveOptions.keyGenParameters
private OCTET_STRING
EncryptedValue.valueHint
Methods in org.mozilla.jss.pkix.crmf that return OCTET_STRINGConstructors in org.mozilla.jss.pkix.crmf with parameters of type OCTET_STRINGModifierConstructorDescriptionEncryptedValue
(AlgorithmIdentifier intendedAlg, AlgorithmIdentifier symmAlg, BIT_STRING encSymmKey, AlgorithmIdentifier keyAlg, OCTET_STRING valueHint, BIT_STRING encValue) -
Uses of OCTET_STRING in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRING
EncryptedPrivateKeyInfo.encryptedData
private OCTET_STRING
PrivateKeyInfo.privateKey
Methods in org.mozilla.jss.pkix.primitive that return OCTET_STRINGModifier and TypeMethodDescriptionEncryptedPrivateKeyInfo.getEncryptedData()
PrivateKeyInfo.getPrivateKey()
Constructors in org.mozilla.jss.pkix.primitive with parameters of type OCTET_STRINGModifierConstructorDescriptionEncryptedPrivateKeyInfo
(AlgorithmIdentifier encryptionAlgorithm, OCTET_STRING encryptedData) Creates an EncryptedPrivateKeyInfo from its components.PBEParameter
(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.
invalidityDate
has been added to the class.