Java org.bouncycastle.cms KeyTransRecipientId fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cms KeyTransRecipientId fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cms KeyTransRecipientId.

The text is from its open source code.

Constructor

KeyTransRecipientId(X500Name issuer, BigInteger serialNumber)
Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.
KeyTransRecipientId(X509CertificateHolderSelector baseSelector)
KeyTransRecipientId(byte[] subjectKeyId)
Construct a key trans recipient ID with the value of a public key's subjectKeyId.

Method