org.bouncycastle.cms

Class RecipientId

public class RecipientId extends X509CertSelector

Method Summary
booleanequals(Object o)
byte[]getKeyIdentifier()
return the secret key identifier
inthashCode()
voidsetKeyIdentifier(byte[] keyIdentifier)
set a secret key identifier (for use with KEKRecipientInfo)

Method Detail

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)