Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.sun.security.util | |
tr.gov.tubitak.uekae.esya.api.asn.sun.security.x509 |
Modifier and Type | Method and Description |
---|---|
DerValue |
DerInputStream.getDerValue()
Get a single DER-encoded value from the input stream.
|
DerValue[] |
DerInputStream.getSequence(int startLen)
Return a sequence of encoded entities.
|
DerValue[] |
DerInputStream.getSet(int startLen)
Return a set of encoded entities.
|
DerValue[] |
DerInputStream.getSet(int startLen,
boolean implicit)
Return a set of encoded entities.
|
protected DerValue[] |
DerInputStream.readVector(int startLen) |
Modifier and Type | Method and Description |
---|---|
boolean |
DerValue.equals(DerValue other)
Bitwise equality comparison.
|
void |
DerOutputStream.putDerValue(DerValue val)
Marshals pre-encoded DER value onto the output stream.
|
void |
DerOutputStream.putSequence(DerValue[] seq)
Marshals a sequence on the output stream.
|
void |
DerOutputStream.putSet(DerValue[] set)
Marshals the contents of a set on the output stream without
ordering the elements.
|
Modifier and Type | Field and Description |
---|---|
protected DerValue |
AlgorithmId.params
Parameters for this algorithm.
|
Modifier and Type | Method and Description |
---|---|
static AlgorithmId |
AlgorithmId.parse(DerValue val)
Parse (unmarshal) an ID from a DER sequence input value.
|
Copyright © 2025. All rights reserved.