public class SMIMEEncryptionKeyPreferenceAttribute extends Attribute
| Constructor and Description |
|---|
SMIMEEncryptionKeyPreferenceAttribute(ASN1OctetString sKeyId) |
SMIMEEncryptionKeyPreferenceAttribute(IssuerAndSerialNumber issAndSer) |
SMIMEEncryptionKeyPreferenceAttribute(RecipientKeyIdentifier rKeyId) |
getAttributeValues, getAttrType, getAttrValues, getInstance, toASN1PrimitiveencodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic SMIMEEncryptionKeyPreferenceAttribute(IssuerAndSerialNumber issAndSer)
public SMIMEEncryptionKeyPreferenceAttribute(RecipientKeyIdentifier rKeyId)
public SMIMEEncryptionKeyPreferenceAttribute(ASN1OctetString sKeyId)
sKeyId - the subjectKeyIdentifier value (normally the X.509 one)