public abstract class

RecipientId

extends X509CertSelector
implements Selector
java.lang.Object
   ↳ java.security.cert.X509CertSelector
     ↳ org.bouncycastle.cms.RecipientId
Known Direct Subclasses
Known Indirect Subclasses

Summary

Constants
int kek
int keyAgree
int keyTrans
int password
Protected Constructors
RecipientId(int type)
Public Methods
int getType()
Return the type code for this recipient ID.
[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

Constants

public static final int kek

Constant Value: 1 (0x00000001)

public static final int keyAgree

Constant Value: 2 (0x00000002)

public static final int keyTrans

Constant Value: 0 (0x00000000)

public static final int password

Constant Value: 3 (0x00000003)

Protected Constructors

protected RecipientId (int type)

Public Methods

public int getType ()

Return the type code for this recipient ID.

Returns
  • one of keyTrans, kek, keyAgree, password