Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.ocsp.jcajce
Class JcaRespID

java.lang.Object
  extended by org.bouncycastle.cert.ocsp.RespID
      extended by org.bouncycastle.cert.ocsp.jcajce.JcaRespID

public class JcaRespID
extends RespID


Field Summary
 
Fields inherited from class org.bouncycastle.cert.ocsp.RespID
HASH_SHA1
 
Constructor Summary
JcaRespID(java.security.PublicKey pubKey, DigestCalculator digCalc)
           
JcaRespID(javax.security.auth.x500.X500Principal name)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.cert.ocsp.RespID
equals, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaRespID

public JcaRespID(javax.security.auth.x500.X500Principal name)

JcaRespID

public JcaRespID(java.security.PublicKey pubKey,
                 DigestCalculator digCalc)
          throws OCSPException
Throws:
OCSPException

Bouncy Castle Cryptography Library 1.46