Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cert.ocsp.jcajce
Class JcaRespID

java.lang.Object
  extended byorg.bouncycastle.cert.ocsp.RespID
      extended byorg.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)
           
 
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(javax.security.auth.x500.X500Principal name)

JcaRespID

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

Bouncy Castle Cryptography Library 1.81