public class EAttribute extends BaseASNWrapper<Attribute>
logger, mObject
Constructor and Description |
---|
EAttribute(com.objsys.asn1j.runtime.Asn1ObjectIdentifier type,
com.objsys.asn1j.runtime.Asn1OpenType[] elements) |
EAttribute(Attribute aObject) |
EAttribute(byte[] aBytes) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(byte[] aValue) |
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getType() |
byte[] |
getValue(int aIndex) |
int |
getValueCount() |
<T extends BaseASNWrapper> |
getValuesAsList(java.lang.Class<T> tClass) |
void |
setType(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aType) |
void |
setValue(int aIndex,
byte[] aValue) |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArray
public EAttribute(Attribute aObject)
public EAttribute(byte[] aBytes) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public EAttribute(com.objsys.asn1j.runtime.Asn1ObjectIdentifier type, com.objsys.asn1j.runtime.Asn1OpenType[] elements)
public com.objsys.asn1j.runtime.Asn1ObjectIdentifier getType()
public void setType(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aType)
public int getValueCount()
public byte[] getValue(int aIndex)
public void setValue(int aIndex, byte[] aValue)
public void addValue(byte[] aValue)
public <T extends BaseASNWrapper> java.util.List<T> getValuesAsList(java.lang.Class<T> tClass) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
Copyright © 2025. All rights reserved.