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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method