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_STRINGDigestedData.digestprivate OCTET_STRINGDigestInfo.digestprivate OCTET_STRINGEncryptedContentInfo.encryptedContentprivate OCTET_STRINGSignerInfo.encryptedDigestprivate OCTET_STRINGRecipientInfo.encryptedKeyMethods 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 EncryptedContentInfoEncryptedContentInfo.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_STRINGExtension.extnValueprivate OCTET_STRINGSubjectKeyIdentifier.keyIdentifierMethods 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_STRINGRevokeRequest.passphraseprivate OCTET_STRINGPendInfo.pendTokenprivate OCTET_STRINGDecryptedPOP.thePOPprivate OCTET_STRINGEncryptedPOP.witnessprivate OCTET_STRINGIdentityProofV2.witnessprivate OCTET_STRINGPopLinkWitnessV2.witnessMethods in org.mozilla.jss.pkix.cmc that return OCTET_STRINGModifier and TypeMethodDescriptionPendInfo.getPendToken()RevokeRequest.getSharedSecret()Returns thepassphrasefield.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 newRevokeRequestfrom 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.Thepassphrasefield has been renamedsharedSecret.RevRequest.getSharedSecret()Returns thesharedSecretfield.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 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 OCTET_STRING in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as OCTET_STRINGModifier and TypeFieldDescriptionprivate OCTET_STRINGEncapsulatedContentInfo.contentprivate OCTET_STRINGDigestedData.digestprivate OCTET_STRINGDigestInfo.digestprivate OCTET_STRINGEncryptedContentInfo.encryptedContentprivate OCTET_STRINGSignerInfo.encryptedDigestprivate OCTET_STRINGRecipientInfo.encryptedKeyprivate OCTET_STRINGSignerIdentifier.subjectKeyIdentifierMethods 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 EncryptedContentInfoEncryptedContentInfo.createCRSCompatibleEncryptedContentInfo(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent) static SignerIdentifierSignerIdentifier.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_STRINGPKIArchiveOptions.keyGenParametersprivate OCTET_STRINGEncryptedValue.valueHintMethods 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_STRINGEncryptedPrivateKeyInfo.encryptedDataprivate OCTET_STRINGPrivateKeyInfo.privateKeyMethods 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.
invalidityDatehas been added to the class.