Uses of Interface
com.netscape.cmsutil.ocsp.ResponderID

Packages that use ResponderID
com.netscape.cmsutil.ocsp   
 

Uses of ResponderID in com.netscape.cmsutil.ocsp
 

Classes in com.netscape.cmsutil.ocsp that implement ResponderID
 class KeyHashID
          RFC 2560: ResponderID ::= CHOICE { byName [1] EXPLICIT Name, byKey [2] EXPLICIT KeyHash } $Revision: 14564 $ $Date: 2007-05-01 10:40:13 -0700 (Tue, 01 May 2007) $
 class NameID
          RFC 2560: ResponderID ::= CHOICE { byName [1] EXPLICIT Name, byKey [2] EXPLICIT KeyHash } $Revision: 14564 $ $Date: 2007-05-01 10:40:13 -0700 (Tue, 01 May 2007) $
 

Methods in com.netscape.cmsutil.ocsp that return ResponderID
 ResponderID ResponseData.getResponderID()
           
 

Constructors in com.netscape.cmsutil.ocsp with parameters of type ResponderID
ResponseData(ResponderID rid, org.mozilla.jss.asn1.GeneralizedTime produced, SingleResponse[] sr)
           
ResponseData(ResponderID rid, org.mozilla.jss.asn1.GeneralizedTime produced, SingleResponse[] sr, org.mozilla.jss.pkix.cert.Extension[] exts)