Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.ocsp.jcajce
Class JcaRespID

java.lang.Object
  |
  +--org.bouncycastle.cert.ocsp.RespID
        |
        +--org.bouncycastle.cert.ocsp.jcajce.JcaRespID

public class JcaRespID
extends RespID


Fields inherited from class org.bouncycastle.cert.ocsp.RespID
HASH_SHA1
 
Constructor Summary
JcaRespID(java.security.PublicKey pubKey, DigestCalculator digCalc)
           
 
Methods inherited from class org.bouncycastle.cert.ocsp.RespID
equals, hashCode, toASN1Primitive
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaRespID

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

Bouncy Castle Cryptography Library 1.79