Uses of Class
org.mozilla.jss.asn1.BIT_STRING
Packages that use BIT_STRING
Package
Description
Encoding and decoding X.509 certificates and certificate extensions.
Creating and interpeting CMC blobs.
The PKIX CMMF protocol.
The PKIX CRMF protocol.
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
-
Uses of BIT_STRING in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as BIT_STRINGModifier and TypeFieldDescriptionprivate BIT_STRINGCertificateInfo.issuerUniqueIdentifierprivate BIT_STRINGCertificateInfo.subjectUniqueIdentifierMethods in org.mozilla.jss.pkix.cert that return BIT_STRINGModifier and TypeMethodDescriptionCertificateInfo.getIssuerUniqueIdentifier()Should only be called if this field is present.CertificateInfo.getSubjectUniqueIdentifier()Methods in org.mozilla.jss.pkix.cert with parameters of type BIT_STRINGModifier and TypeMethodDescriptionvoidCertificateInfo.setIssuerUniqueIdentifier(BIT_STRING issuerUniqueIdentifier) voidCertificateInfo.setSubjectUniqueIdentifier(BIT_STRING subjectUniqueIdentifier) -
Uses of BIT_STRING in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as BIT_STRINGMethods in org.mozilla.jss.pkix.cmc that return BIT_STRINGConstructors in org.mozilla.jss.pkix.cmc with parameters of type BIT_STRINGModifierConstructorDescriptionCMCCertId(ANY issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertIdfrom its components.CMCCertId(SEQUENCE issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertIdfrom its components. -
Uses of BIT_STRING in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as BIT_STRINGMethods in org.mozilla.jss.pkix.cmmf that return BIT_STRINGModifier and TypeMethodDescriptionGetCRL.getReasons()Returns thereasonsfield, which may benull.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type BIT_STRINGModifierConstructorDescriptionGetCRL(ANY issuerName, ANY cRLName, GeneralizedTime time, BIT_STRING reasons) Constructs aGetCRLfrom its components. -
Uses of BIT_STRING in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as BIT_STRINGModifier and TypeFieldDescriptionprivate BIT_STRINGPOPOPrivKey.dhMACprivate BIT_STRINGEncryptedValue.encSymmKeyprivate BIT_STRINGEncryptedValue.encValueprivate BIT_STRINGCertTemplate.issuerUIDprivate BIT_STRINGPOPOSigningKey.signatureprivate BIT_STRINGCertTemplate.subjectUIDprivate BIT_STRINGPOPOPrivKey.thisMessageMethods in org.mozilla.jss.pkix.crmf that return BIT_STRINGModifier and TypeMethodDescriptionPOPOPrivKey.getDhMAC()If type==DHMAC, returns the dhMAC field.EncryptedValue.getEncSymmKey()May returnnull.EncryptedValue.getEncValue()CertTemplate.getIssuerUID()Returns the issuerUID field of this CertTemplate.POPOSigningKey.getSignature()Retrieves the signature.CertTemplate.getSubjectUID()Returns the subjectUID field of this CertTemplate.POPOPrivKey.getThisMessage()If type==THIS_MESSAGE, returns the thisMessage field.Methods in org.mozilla.jss.pkix.crmf with parameters of type BIT_STRINGModifier and TypeMethodDescriptionstatic POPOPrivKeyPOPOPrivKey.createDhMAC(BIT_STRING dhMAC) Creates a new POPOPrivKey with the given dhMAC field.static POPOPrivKeyPOPOPrivKey.createThisMessage(BIT_STRING thisMessage) Creates a new POPOPrivKey with the given thisMessage field.voidCertTemplate.setIssuerUID(BIT_STRING issuerUID) Sets the issuerUID field of this CertTemplate.voidCertTemplate.setSubjectUID(BIT_STRING subjectUID) Sets the subjectUID field of this CertTemplate.Constructors in org.mozilla.jss.pkix.crmf with parameters of type BIT_STRINGModifierConstructorDescriptionEncryptedValue(AlgorithmIdentifier intendedAlg, AlgorithmIdentifier symmAlg, BIT_STRING encSymmKey, AlgorithmIdentifier keyAlg, OCTET_STRING valueHint, BIT_STRING encValue) privatePOPOPrivKey(POPOPrivKey.Type type, BIT_STRING thisMessage, INTEGER subsequentMessage, BIT_STRING dhMAC) POPOSigningKey(ANY poposkInput, AlgorithmIdentifier algorithmIdentifier, BIT_STRING signature) Creates a POPOSigningKey. -
Uses of BIT_STRING in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as BIT_STRINGMethods in org.mozilla.jss.pkix.primitive that return BIT_STRINGConstructors in org.mozilla.jss.pkix.primitive with parameters of type BIT_STRINGModifierConstructorDescriptionSubjectPublicKeyInfo(AlgorithmIdentifier algorithm, BIT_STRING subjectPublicKey)