public enum ESignatureType extends java.lang.Enum<ESignatureType>
| Enum Constant and Description |
|---|
TYPE_BES |
TYPE_EPES |
TYPE_ESA |
TYPE_ESAv2 |
TYPE_ESC |
TYPE_EST |
TYPE_ESX_Type1 |
TYPE_ESX_Type2 |
TYPE_ESXLong |
TYPE_ESXLong_Type1 |
TYPE_ESXLong_Type2 |
| Modifier and Type | Method and Description |
|---|---|
static Signer |
createSigner(ESignatureType aType,
BaseSignedData aSignedData)
Create signer from e-signature type and base signed data
|
static Signer |
createSigner(ESignatureType aType,
BaseSignedData aSignedData,
tr.gov.tubitak.uekae.esya.api.asn.cms.ESignerInfo aSignerInfo)
Create signer from e-signature type, base signed data and signer info
|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier[] |
getMandatorySignedAttributes(boolean aIsCounterSignature)
Returns mandatory signed attribute of signature
|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier[] |
getMandatoryUnSignedAttributes()
Returns mandatory unsigned attribute of signature
|
static ESignatureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESignatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESignatureType TYPE_BES
public static final ESignatureType TYPE_EPES
public static final ESignatureType TYPE_EST
public static final ESignatureType TYPE_ESC
public static final ESignatureType TYPE_ESX_Type1
public static final ESignatureType TYPE_ESX_Type2
public static final ESignatureType TYPE_ESXLong
public static final ESignatureType TYPE_ESXLong_Type1
public static final ESignatureType TYPE_ESXLong_Type2
public static final ESignatureType TYPE_ESAv2
public static final ESignatureType TYPE_ESA
public static ESignatureType[] values()
for (ESignatureType c : ESignatureType.values()) System.out.println(c);
public static ESignatureType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic com.objsys.asn1j.runtime.Asn1ObjectIdentifier[] getMandatorySignedAttributes(boolean aIsCounterSignature)
aIsCounterSignature - public com.objsys.asn1j.runtime.Asn1ObjectIdentifier[] getMandatoryUnSignedAttributes()
public static Signer createSigner(ESignatureType aType, BaseSignedData aSignedData) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
aType - ESignature TypeaSignedData - BaseSignedDatatr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic static Signer createSigner(ESignatureType aType, BaseSignedData aSignedData, tr.gov.tubitak.uekae.esya.api.asn.cms.ESignerInfo aSignerInfo) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
aType - ESignature TypeaSignedData - BaseSignedDataaSignerInfo - ESignerInfotr.gov.tubitak.uekae.esya.api.common.ESYAExceptionCopyright © 2025. All rights reserved.