public interface CertifiedRoleV2 extends XMLStructure
CertifiedRoleTypeV2 as defined in
ETSI EN 319 132-1.
<xsd:complexType name="CertifiedRoleTypeV2">
<xsd:choice>
<xsd:element ref="X509AttributeCertificate"/>
<xsd:element ref="OtherAttributeCertificate"/>
</xsd:choice>
</xsd:complexType>
<xsd:element name="X509AttributeCertificate" type="EncapsulatedPKIDataType"/>
<xsd:element name="OtherAttributeCertificate" type="AnyType"/>
A CertifiedRoleV2 element may be created by invoking one of the
QualifyingPropertiesFactory.newOtherAttributeCertificate(List)
method of the QualifyingPropertiesFactory class.
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME
The local name of the corresponding element in a
XAdES signature. |
static String |
REGISTER_NAME
The name the implementing class is registered with.
|
| Modifier and Type | Method and Description |
|---|---|
OtherAttributeCertificate |
getOtherAttributeCertificate()
Returns an
OtherAttributeCertificate. |
X509AttributeCertificate |
getX509AttributeCertificate()
Returns an
X509AttributeCertificate. |
isFeatureSupportedstatic final String LOCAL_NAME
XAdES signature.static final String REGISTER_NAME
X509AttributeCertificate getX509AttributeCertificate()
X509AttributeCertificate.X509AttributeCertificate or null if this
CertifiedRoleV2 contains an OtherAttributeCertificate.OtherAttributeCertificate getOtherAttributeCertificate()
OtherAttributeCertificate.OtherAttributeCertificate or null if this
CertifiedRoleV2 contains an X509AttributeCertificate.© 2002-2005 IAIK, © 2004, 2006 - 2017 Stiftung SIC