Uses of Class
org.mozilla.jss.netscape.security.util.BitArray
Packages that use BitArray
-
Uses of BitArray in org.mozilla.jss.netscape.security.util
Methods in org.mozilla.jss.netscape.security.util that return BitArrayModifier and TypeMethodDescription(package private) BitArrayDerInputBuffer.getUnalignedBitString()Returns the bit string which takes up the rest of this buffer.DerInputStream.getUnalignedBitString()Get a bit string from the input stream.DerValue.getUnalignedBitString()Returns an ASN.1 BIT STRING value that need not be byte-aligned.DerValue.getUnalignedBitString(boolean tagImplicit) Returns an ASN.1 BIT STRING value, with the tag assumed implicit based on the parameter.private static BitArrayDerOutputStream.toBitArray(boolean[] bitString) Converts a boolean array to a BitArray.private static BitArrayDerOutputStream.toBitArray(byte[] bitString) Converts bit string to a BitArray, stripping off trailing 0 bits.Methods in org.mozilla.jss.netscape.security.util with parameters of type BitArrayModifier and TypeMethodDescriptionvoidDerOutputStream.putUnalignedBitString(BitArray ba) Marshals a DER bit string on the output stream.Constructors in org.mozilla.jss.netscape.security.util with parameters of type BitArray -
Uses of BitArray in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as BitArrayModifier and TypeFieldDescriptionprivate BitArrayUniqueIdentity.idprivate BitArrayIssuingDistributionPoint.onlySomeReasonsprivate BitArrayCRLDistributionPoint.reasonsMethods in org.mozilla.jss.netscape.security.x509 that return BitArrayModifier and TypeMethodDescriptionIssuingDistributionPoint.getOnlySomeReasons()Returns the reason flags for this distribution point.CRLDistributionPoint.getReasons()Returns the reason flags for this distribution point.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type BitArrayModifier and TypeMethodDescriptionvoidIssuingDistributionPoint.setOnlySomeReasons(BitArray reasons) Sets the reason flags for this distribution point.voidCRLDistributionPoint.setReasons(BitArray reasons) Sets the reason flags for this distribution point.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type BitArrayModifierConstructorDescriptionKeyUsageExtension(BitArray bitString) Create a KeyUsageExtension with the passed bit settings.ReasonFlags(BitArray reasons) Create a ReasonFlags with the passed bit settings.The default constructor for this class.