arta.synergy.ejb.crl
Class Crl

java.lang.Object
  extended by arta.synergy.ejb.crl.Crl
All Implemented Interfaces:
arta.synergy.common.crl.CrlIF

public class Crl
extends java.lang.Object
implements arta.synergy.common.crl.CrlIF

Created with IntelliJ IDEA. User: mgetmanov Date: 08.01.14 Time: 11:30


Field Summary
 
Fields inherited from interface arta.synergy.common.crl.CrlIF
CERTIFICATE_VALID, DISTRIBUTION_CENTER_NOT_FOUND, DISTRIBUTION_CENTERS_ERROR, OTHER_EROR
 
Constructor Summary
Crl()
           
 
Method Summary
 void checkCRLs()
           
 java.lang.String checkSign(java.lang.String sourceDate, byte[] publicKey, java.lang.String signedData)
           
 java.security.PublicKey getCAPublicKey(java.lang.String caID)
           
 java.lang.Integer isRevoked(java.math.BigInteger certID)
           
 void updateAllCrls()
           
 void updateDeltaCrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Crl

public Crl()
Method Detail

checkCRLs

public void checkCRLs()
               throws java.io.IOException,
                      java.security.cert.CertificateException,
                      java.security.cert.CRLException
Specified by:
checkCRLs in interface arta.synergy.common.crl.CrlIF
Throws:
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException

updateAllCrls

public void updateAllCrls()
                   throws java.security.cert.CertificateException,
                          java.io.IOException,
                          java.security.cert.CRLException
Specified by:
updateAllCrls in interface arta.synergy.common.crl.CrlIF
Throws:
java.security.cert.CertificateException
java.io.IOException
java.security.cert.CRLException

updateDeltaCrls

public void updateDeltaCrls()
                     throws java.security.cert.CertificateException,
                            java.io.IOException,
                            java.security.cert.CRLException
Specified by:
updateDeltaCrls in interface arta.synergy.common.crl.CrlIF
Throws:
java.security.cert.CertificateException
java.io.IOException
java.security.cert.CRLException

isRevoked

public java.lang.Integer isRevoked(java.math.BigInteger certID)
                            throws java.io.IOException
Specified by:
isRevoked in interface arta.synergy.common.crl.CrlIF
Throws:
java.io.IOException

getCAPublicKey

public java.security.PublicKey getCAPublicKey(java.lang.String caID)
Specified by:
getCAPublicKey in interface arta.synergy.common.crl.CrlIF

checkSign

public java.lang.String checkSign(java.lang.String sourceDate,
                                  byte[] publicKey,
                                  java.lang.String signedData)
Specified by:
checkSign in interface arta.synergy.common.crl.CrlIF


Copyright © 2000 Dummy Corp. All Rights Reserved.