public class EAlgorithmIdentifier extends BaseASNWrapper<AlgorithmIdentifier>
Modifier and Type | Field and Description |
---|---|
static byte[] |
ASN_NULL |
logger, mObject
Constructor and Description |
---|
EAlgorithmIdentifier(AlgorithmIdentifier aObject) |
EAlgorithmIdentifier(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aIdentifier,
com.objsys.asn1j.runtime.Asn1OpenType aOpenType) |
EAlgorithmIdentifier(byte[] aBytes) |
EAlgorithmIdentifier(int[] aAlgorithm,
byte[] aParams) |
Modifier and Type | Method and Description |
---|---|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getAlgorithm() |
com.objsys.asn1j.runtime.Asn1OpenType |
getParameters() |
boolean |
hasParameters() |
boolean |
isAlgorithmEquals(com.objsys.asn1j.runtime.Asn1ObjectIdentifier objectIdentifier) |
void |
setAlgorithm(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aAlgorithm) |
void |
setParameters(com.objsys.asn1j.runtime.Asn1OpenType aParameters) |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArray
public EAlgorithmIdentifier(AlgorithmIdentifier aObject)
public EAlgorithmIdentifier(byte[] aBytes) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public EAlgorithmIdentifier(int[] aAlgorithm, byte[] aParams)
public EAlgorithmIdentifier(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aIdentifier, com.objsys.asn1j.runtime.Asn1OpenType aOpenType)
public com.objsys.asn1j.runtime.Asn1ObjectIdentifier getAlgorithm()
public void setAlgorithm(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aAlgorithm)
public boolean hasParameters()
public com.objsys.asn1j.runtime.Asn1OpenType getParameters()
public void setParameters(com.objsys.asn1j.runtime.Asn1OpenType aParameters)
public boolean isAlgorithmEquals(com.objsys.asn1j.runtime.Asn1ObjectIdentifier objectIdentifier)
Copyright © 2025. All rights reserved.