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 BitArray
DerInputStream. getUnalignedBitString()
Get a bit string from the input stream.BitArray
DerValue. getUnalignedBitString()
Returns an ASN.1 BIT STRING value that need not be byte-aligned.BitArray
DerValue. 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 void
DerOutputStream. 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 BitArray
IssuingDistributionPoint. getOnlySomeReasons()
Returns the reason flags for this distribution point.BitArray
CRLDistributionPoint. getReasons()
Returns the reason flags for this distribution point.Methods in netscape.security.x509 with parameters of type BitArray Modifier and Type Method Description void
IssuingDistributionPoint. setOnlySomeReasons(BitArray reasons)
Sets the reason flags for this distribution point.void
CRLDistributionPoint. 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.
-