|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.acm.SigningUtility issrg.acm.extensions.SimpleSigningUtility issrg.acm.extensions.ACMDISSigningUtility
public class ACMDISSigningUtility
Constructor Summary | |
---|---|
ACMDISSigningUtility()
Creates a new instance of ACMDISSigningUtility |
Method Summary | |
---|---|
java.lang.String |
revoke(java.lang.String endpoint,
byte[] certificate,
java.util.Map vars)
This method calls the DIS service for revoking an AC |
java.lang.String |
sign(java.lang.String endpoint,
byte[] certificate,
java.util.Map vars)
This method calls the DIS service for signing (storing) an AC |
Methods inherited from class issrg.acm.extensions.SimpleSigningUtility |
---|
getSigningAlgorithmID, getVerificationCertificate, isLoggedIn, login, logout, sign |
Methods inherited from class issrg.acm.SigningUtility |
---|
registerMe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface issrg.acm.Utility |
---|
registerMe |
Constructor Detail |
---|
public ACMDISSigningUtility()
Method Detail |
---|
public java.lang.String sign(java.lang.String endpoint, byte[] certificate, java.util.Map vars)
sign
in interface SSLConnection
endpoint
- is a string. It is the URL of the DIS servicecertificate
- is the AC that needs to be signed by the DISvars
- is the map, that stores the environmental variables
public java.lang.String revoke(java.lang.String endpoint, byte[] certificate, java.util.Map vars)
revoke
in interface SSLConnection
endpoint
- is a string. It is the URL of the DIS servicecertificate
- is the AC that needs to be revoked by the DISvars
- is the map, that stores the environmental variables
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |