Class EncryptedData


  • public class EncryptedData
    extends java.lang.Object
         EncryptedData ::= SEQUENCE {
             recipients SequenceOfRecipientInfo,
             ciphertext SymmetricCiphertext
         }
     
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EncryptedData getInstance​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static EncryptedData getInstance​(java.lang.Object o)