| Package | Description |
|---|---|
| sun.security.util | |
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
BitArray |
DerValue.getUnalignedBitString()
Returns an ASN.1 BIT STRING value that need not be byte-aligned.
|
BitArray |
DerInputStream.getUnalignedBitString()
Get a bit string from the input stream.
|
BitArray |
DerValue.getUnalignedBitString(boolean tagImplicit)
Returns an ASN.1 BIT STRING value, with the tag assumed implicit
based on the parameter.
|
BitArray |
BitArray.truncate() |
| Modifier and Type | Method and Description |
|---|---|
void |
DerOutputStream.putTruncatedUnalignedBitString(BitArray ba)
Marshals a truncated DER bit string on the output stream.
|
void |
DerOutputStream.putUnalignedBitString(BitArray ba)
Marshals a DER bit string on the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected BitArray |
X509Key.getKey()
Gets the key.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
X509Key.setKey(BitArray key)
Sets the key in the BitArray form.
|
| Constructor and 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.
|
Copyright © 2020. All Rights Reserved.