Class DVCSMessage
java.lang.Object
org.bouncycastle.dvcs.DVCSMessage
- Direct Known Subclasses:
DVCSRequest, DVCSResponse
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDVCSMessage(org.bouncycastle.asn1.cms.ContentInfo contentInfo) -
Method Summary
Modifier and TypeMethodDescriptionabstract org.bouncycastle.asn1.ASN1Encodableorg.bouncycastle.asn1.ASN1ObjectIdentifier
-
Constructor Details
-
DVCSMessage
protected DVCSMessage(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
-
-
Method Details
-
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType() -
getContent
public abstract org.bouncycastle.asn1.ASN1Encodable getContent()
-