Class NameID
java.lang.Object
com.netscape.cmsutil.ocsp.NameID
- All Implemented Interfaces:
ResponderID,org.mozilla.jss.asn1.ASN1Value
RFC 2560:
ResponderID ::= CHOICE {
byName [1] EXPLICIT Name,
byKey [2] EXPLICIT KeyHash }
- Version:
- $Revision$ $Date$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA Template for decodingResponseBytes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(OutputStream os) voidencode(org.mozilla.jss.asn1.Tag tag, OutputStream os) org.mozilla.jss.pkix.primitive.NamegetName()org.mozilla.jss.asn1.TaggetTag()static NameID.Template
-
Constructor Details
-
NameID
public NameID(org.mozilla.jss.pkix.primitive.Name n)
-
-
Method Details
-
getTag
public org.mozilla.jss.asn1.Tag getTag()- Specified by:
getTagin interfaceorg.mozilla.jss.asn1.ASN1Value
-
encode
- Specified by:
encodein interfaceorg.mozilla.jss.asn1.ASN1Value- Throws:
IOException
-
encode
- Specified by:
encodein interfaceorg.mozilla.jss.asn1.ASN1Value- Throws:
IOException
-
getName
public org.mozilla.jss.pkix.primitive.Name getName() -
getTemplate
-