org.bouncycastle.cms

Class RecipientId


public class RecipientId
extends X509CertSelector

Method Summary

boolean
equals(Object o)
byte[]
getKeyIdentifier()
return the secret key identifier
int
hashCode()
void
setKeyIdentifier(byte[] keyIdentifier)
set a secret key identifier (for use with KEKRecipientInfo)

Method Details

equals

public boolean equals(Object o)


getKeyIdentifier

public byte[] getKeyIdentifier()
return the secret key identifier


hashCode

public int hashCode()


setKeyIdentifier

public void setKeyIdentifier(byte[] keyIdentifier)
set a secret key identifier (for use with KEKRecipientInfo)