Class QcType
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.qualified.QcType
- All Implemented Interfaces:
ASN1Encodable, Encodable
The QcType statementInfo defined by ETSI EN 319 412-5 sec. 4.2.3, used inside
a QCStatement whose statementId is
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QcTypegetInstance(Object obj) getTypes()booleanhasType(ASN1ObjectIdentifier type) Return true if the supplied QcType OID is one of the declared types.Method providing a primitive representation of this object suitable for encoding.Methods inherited from class ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
QcType
-
QcType
-
-
Method Details
-
getInstance
-
getTypes
-
hasType
Return true if the supplied QcType OID is one of the declared types. -
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-