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_STRING
CertificateInfo.issuerUniqueIdentifier
private BIT_STRING
CertificateInfo.subjectUniqueIdentifier
Methods 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 TypeMethodDescriptionvoid
CertificateInfo.setIssuerUniqueIdentifier
(BIT_STRING issuerUniqueIdentifier) void
CertificateInfo.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 newCMCCertId
from its components.CMCCertId
(SEQUENCE issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertId
from 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 thereasons
field, 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 aGetCRL
from 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_STRING
POPOPrivKey.dhMAC
private BIT_STRING
EncryptedValue.encSymmKey
private BIT_STRING
EncryptedValue.encValue
private BIT_STRING
CertTemplate.issuerUID
private BIT_STRING
POPOSigningKey.signature
private BIT_STRING
CertTemplate.subjectUID
private BIT_STRING
POPOPrivKey.thisMessage
Methods 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 POPOPrivKey
POPOPrivKey.createDhMAC
(BIT_STRING dhMAC) Creates a new POPOPrivKey with the given dhMAC field.static POPOPrivKey
POPOPrivKey.createThisMessage
(BIT_STRING thisMessage) Creates a new POPOPrivKey with the given thisMessage field.void
CertTemplate.setIssuerUID
(BIT_STRING issuerUID) Sets the issuerUID field of this CertTemplate.void
CertTemplate.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) private
POPOPrivKey
(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)