From 766142002f169f8dbb8a57001032cfe9fcee1184 Mon Sep 17 00:00:00 2001 From: "harald.bratko" Date: Fri, 21 Oct 2005 16:21:01 +0000 Subject: changes for OCSP git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@527 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../gv/egovernment/moa/id/iaik/pki/PKIProfileImpl.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'id.server/src/at/gv/egovernment/moa/id/iaik/pki') diff --git a/id.server/src/at/gv/egovernment/moa/id/iaik/pki/PKIProfileImpl.java b/id.server/src/at/gv/egovernment/moa/id/iaik/pki/PKIProfileImpl.java index 4d309c18c..e17715fc5 100644 --- a/id.server/src/at/gv/egovernment/moa/id/iaik/pki/PKIProfileImpl.java +++ b/id.server/src/at/gv/egovernment/moa/id/iaik/pki/PKIProfileImpl.java @@ -32,6 +32,11 @@ public class PKIProfileImpl extends ObservableImpl * revocation checking; */ private boolean revocationChecking; + + /** + * The trust profile identifier. + */ + private String id; /** @@ -163,4 +168,17 @@ public class PKIProfileImpl extends ObservableImpl return this.revocationChecking; } + /** + * @see iaik.pki.store.truststore.TrustStoreProfile#getId() + */ + public String getId() { + return id; + } + /** + * Sets the trust profile identifier. + * @param id The id to set. + */ + public void setId(String id) { + this.id = id; + } } -- cgit v1.2.3