Class DVCSMessage

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DVCSMessage​(org.bouncycastle.asn1.cms.ContentInfo contentInfo)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      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()