public class QcType extends ASN1Object
ETSIQCObjectIdentifiers.id_etsi_qcs_QcType.
QcType ::= SEQUENCE OF OBJECT IDENTIFIERThe OIDs are drawn from
ETSIQCObjectIdentifiers.id_etsi_qct_esign,
ETSIQCObjectIdentifiers.id_etsi_qct_eseal and
ETSIQCObjectIdentifiers.id_etsi_qct_web.| Constructor and Description |
|---|
QcType(ASN1ObjectIdentifier type) |
QcType(ASN1ObjectIdentifier[] types) |
| Modifier and Type | Method and Description |
|---|---|
static QcType |
getInstance(java.lang.Object obj) |
ASN1ObjectIdentifier[] |
getTypes() |
boolean |
hasType(ASN1ObjectIdentifier type)
Return true if the supplied QcType OID is one of the declared types.
|
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic QcType(ASN1ObjectIdentifier type)
public QcType(ASN1ObjectIdentifier[] types)
public static QcType getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier[] getTypes()
public boolean hasType(ASN1ObjectIdentifier type)
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object