Class EnvelopedDataDecryptor.EnvelopedDataDecryptorInstance

  • Enclosing class:
    EnvelopedDataDecryptor

    public static final class EnvelopedDataDecryptor.EnvelopedDataDecryptorInstance
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvelopedDataDecryptorInstance​(org.xipki.security.X509Cert recipientCert, java.security.PrivateKey privKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.cms.Recipient getRecipient()  
      org.bouncycastle.cms.RecipientId getRecipientId()  
      • Methods inherited from class java.lang.Object

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

      • EnvelopedDataDecryptorInstance

        public EnvelopedDataDecryptorInstance​(org.xipki.security.X509Cert recipientCert,
                                              java.security.PrivateKey privKey)
    • Method Detail

      • getRecipient

        public org.bouncycastle.cms.Recipient getRecipient()
      • getRecipientId

        public org.bouncycastle.cms.RecipientId getRecipientId()