public class

SignerId

extends X509CertSelector
implements Selector
java.lang.Object
   ↳ java.security.cert.X509CertSelector
     ↳ org.bouncycastle.cms.SignerId

Class Overview

a basic index for a signer.

Summary

Public Constructors
SignerId()
This constructor is deprecated. use specific constructor.
SignerId(byte[] subjectKeyId)
Construct a signer ID with the value of a public key's subjectKeyId.
SignerId(X500Name issuer, BigInteger serialNumber)
Construct a signer ID based on the issuer and serial number of the signer's associated certificate.
Public Methods
boolean equals(Object o)
int hashCode()
boolean match(Object obj)
[Expand]
Inherited Methods
From class java.security.cert.X509CertSelector
From class java.lang.Object
From interface java.security.cert.CertSelector
From interface org.bouncycastle.util.Selector

Public Constructors

public SignerId ()

This constructor is deprecated.
use specific constructor.

public SignerId (byte[] subjectKeyId)

Construct a signer ID with the value of a public key's subjectKeyId.

Parameters
subjectKeyId a subjectKeyId

public SignerId (X500Name issuer, BigInteger serialNumber)

Construct a signer ID based on the issuer and serial number of the signer's associated certificate.

Parameters
issuer the issuer of the signer's associated certificate.
serialNumber the serial number of the signer's associated certificate.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public boolean match (Object obj)