Uses of Class
netscape.security.util.BitArray
-
Packages that use BitArray Package Description netscape.security.util netscape.security.x509 -
-
Uses of BitArray in netscape.security.util
Methods in netscape.security.util that return BitArray Modifier and Type Method Description BitArrayDerInputStream. getUnalignedBitString()Get a bit string from the input stream.BitArrayDerValue. getUnalignedBitString()Returns an ASN.1 BIT STRING value that need not be byte-aligned.BitArrayDerValue. getUnalignedBitString(boolean tagImplicit)Returns an ASN.1 BIT STRING value, with the tag assumed implicit based on the parameter.Methods in netscape.security.util with parameters of type BitArray Modifier and Type Method Description voidDerOutputStream. putUnalignedBitString(BitArray ba)Marshals a DER bit string on the output stream. -
Uses of BitArray in netscape.security.x509
Methods in netscape.security.x509 that return BitArray Modifier and Type Method Description BitArrayIssuingDistributionPoint. getOnlySomeReasons()Returns the reason flags for this distribution point.BitArrayCRLDistributionPoint. getReasons()Returns the reason flags for this distribution point.Methods in netscape.security.x509 with parameters of type BitArray Modifier and Type Method Description voidIssuingDistributionPoint. 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 netscape.security.x509 with parameters of type BitArray Constructor Description KeyUsageExtension(BitArray bitString)Create a KeyUsageExtension with the passed bit settings.ReasonFlags(BitArray reasons)Create a ReasonFlags with the passed bit settings.UniqueIdentity(BitArray id)The default constructor for this class.
-