Class DocumentRecipient


  • public class DocumentRecipient
    extends Object
    Contains recipient information
    • Constructor Detail

      • DocumentRecipient

        public DocumentRecipient()
      • DocumentRecipient

        public DocumentRecipient​(String issuer,
                                 String serialNumber)
    • Method Detail

      • getIssuer

        @Nullable
        public @Nullable String getIssuer()
        The X.500 name of the recipient
        Returns:
        issuer
      • getSerialNumber

        @Nullable
        public @Nullable String getSerialNumber()
        The serial number of the recipient's X.500 certificate
        Returns:
        serialNumber
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object