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

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

Introduction

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

The text is from its open source code.

Constructor

JceKeyTransRecipientId(X509Certificate certificate)
Construct a recipient id based on the issuer, serial number and subject key identifier (if present) of the passed in certificate.

Method