Package org.bouncycastle.cms
Class PKIXRecipientId
java.lang.Object
org.bouncycastle.cms.RecipientId
org.bouncycastle.cms.PKIXRecipientId
- Direct Known Subclasses:
KEMRecipientId,KeyAgreeRecipientId,KeyTransRecipientId
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPKIXRecipientId(int type, X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) protectedPKIXRecipientId(int type, X509CertificateHolderSelector baseSelector) -
Method Summary
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
Field Details
-
baseSelector
-
-
Constructor Details
-
PKIXRecipientId
-
PKIXRecipientId
-
-
Method Details
-
getIssuer
-
getSerialNumber
-
getSubjectKeyIdentifier
public byte[] getSubjectKeyIdentifier() -
clone
- Specified by:
clonein interfaceSelector- Specified by:
clonein classRecipientId
-
hashCode
public int hashCode() -
equals
-
match
Description copied from interface:SelectorMatch the passed in object, returning true if it would be selected by this selector, false otherwise.- Parameters:
obj- the object to be matched.- Returns:
- true if the object is a match for this selector, false otherwise.
-