| Package | Description |
|---|---|
| iaik.x509.extensions.qualified | |
| iaik.x509.qualified |
| Modifier and Type | Method and Description |
|---|---|
QCStatement[] |
QCStatements.getQCStatements()
Returns the QCStatement objects included in this QCStatements extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QCStatements.setQCStatements(QCStatement[] qcStatements)
Sets the QCStatement objects of this QCStatements extension.
|
| Constructor and Description |
|---|
QCStatements(QCStatement[] qcStatements)
Creates an
QCStatements object and adds
the given QCStatement objects. |
| Modifier and Type | Method and Description |
|---|---|
static QCStatement[] |
QualifiedCertificate.containsQualifiedQCStatements(QCStatements qcStatements)
Checks if the given QCStatements extension contains any QCStatement terms
with an OID indicating a qualified certificate.
|
QCStatement[] |
QualifiedCertificate.getQualifiedQCStatements()
Gets any included qualified QCStatement terms.
|