public class BaseASNWrapper<T extends com.objsys.asn1j.runtime.Asn1Type>
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
protected T |
mObject |
Constructor and Description |
---|
BaseASNWrapper(byte[] aBytes,
T aObject) |
BaseASNWrapper(java.io.InputStream aStream,
T aObject) |
BaseASNWrapper(java.lang.String aBase64Encoded,
T aObject) |
BaseASNWrapper(T aObject) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
protected static <V> V[] |
extendArray(V[] aArray,
V aNewMember) |
protected static <V> V[] |
extendArray(V[] aArray,
V[] aNewMembers) |
byte[] |
getEncoded() |
T |
getObject() |
int |
hashCode() |
protected static <V> V[] |
removeFromArray(V[] aArray,
V object) |
protected static <U extends com.objsys.asn1j.runtime.Asn1Type,W extends BaseASNWrapper<U>> |
unwrapArray(W[] aArray) |
protected static <U extends com.objsys.asn1j.runtime.Asn1Type,W extends BaseASNWrapper<U>> |
wrapArray(U[] aArray,
java.lang.Class<W> aClazz) |
protected static org.slf4j.Logger logger
protected T extends com.objsys.asn1j.runtime.Asn1Type mObject
public BaseASNWrapper(T aObject)
public BaseASNWrapper(byte[] aBytes, T aObject) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public BaseASNWrapper(java.lang.String aBase64Encoded, T aObject) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public BaseASNWrapper(java.io.InputStream aStream, T aObject) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public byte[] getEncoded()
public T getObject()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
protected static <V> V[] extendArray(V[] aArray, V aNewMember)
protected static <V> V[] extendArray(V[] aArray, V[] aNewMembers)
protected static <V> V[] removeFromArray(V[] aArray, V object) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
protected static <U extends com.objsys.asn1j.runtime.Asn1Type,W extends BaseASNWrapper<U>> U[] unwrapArray(W[] aArray)
protected static <U extends com.objsys.asn1j.runtime.Asn1Type,W extends BaseASNWrapper<U>> W[] wrapArray(U[] aArray, java.lang.Class<W> aClazz)
protected java.lang.Object clone()
clone
in class java.lang.Object
Copyright © 2025. All rights reserved.