Bouncy Castle Cryptography Library 1.79

org.bouncycastle.dvcs
Class DVCSMessage

java.lang.Object
  |
  +--org.bouncycastle.dvcs.DVCSMessage
Direct Known Subclasses:
DVCSRequest, DVCSResponse

public abstract class DVCSMessage
extends java.lang.Object


Constructor Summary
protected DVCSMessage(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
           
 
Method Summary
abstract  org.bouncycastle.asn1.ASN1Encodable getContent()
           
 org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVCSMessage

protected DVCSMessage(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Method Detail

getContentType

public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()

getContent

public abstract org.bouncycastle.asn1.ASN1Encodable getContent()

Bouncy Castle Cryptography Library 1.79