Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.sun.security.util |
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.
|
Copyright © 2025. All rights reserved.