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 |
---|---|
ObjectIdentifier |
DerValue.getOID()
Returns an ASN.1 OBJECT IDENTIFIER.
|
ObjectIdentifier |
DerInputStream.getOID()
Reads an X.200 style Object Identifier from the stream.
|
static ObjectIdentifier |
ObjectIdentifier.newInternal(int[] values)
This method is kept for compatibility reasons.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectIdentifier.equals(ObjectIdentifier other)
Deprecated.
Use equals((Object)oid)
|
void |
DerOutputStream.putOID(ObjectIdentifier oid)
Marshals an object identifier (OID) on the output stream.
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentifier |
AlgorithmId.getOID()
Returns the ISO OID for this algorithm.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AlgorithmId.equals(ObjectIdentifier id)
Compares two algorithm IDs for equality.
|
Constructor and Description |
---|
AlgorithmId(ObjectIdentifier oid)
Constructs a parameterless algorithm ID.
|
AlgorithmId(ObjectIdentifier oid,
java.security.AlgorithmParameters algparams)
Constructs an algorithm ID with algorithm parameters.
|
Copyright © 2025. All rights reserved.