public static class OpenPGPCertificate.OpenPGPUserId extends OpenPGPCertificate.OpenPGPIdentityComponent
| Constructor and Description |
|---|
OpenPGPUserId(java.lang.String userId,
OpenPGPCertificate.OpenPGPPrimaryKey primaryKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUserId()
Return the
String representation of the OpenPGPCertificate.OpenPGPUserId. |
int |
hashCode() |
java.lang.String |
toString() |
getCertificationBy, getCertificationBy, getCertificationsBy, getKeyComponent, getLatestSelfSignature, getPrimaryKey, getRevocationBy, getRevocationBy, getRevocationsBy, toDetailStringgetAEADCipherSuitePreferences, getAEADCipherSuitePreferences, getApplyingSubpacket, getCertificate, getCertification, getCertification, getCompressionAlgorithmPreferences, getCompressionAlgorithmPreferences, getFeatures, getFeatures, getHashAlgorithmPreferences, getHashAlgorithmPreferences, getKeyExpirationDate, getKeyExpirationDateAt, getKeyFlags, getKeyFlags, getLatestSelfSignature, getMergedDanglingExternalSignatureChainEndsFrom, getPublicComponent, getRevocation, getRevocation, getSelfSignatureChains, getSignatureChains, getSymmetricCipherPreferences, getSymmetricCipherPreferences, getThirdPartyCertifications, getThirdPartyRevocations, getThirdPartySignatureChainsBy, hasKeyFlags, isBound, isBoundAtpublic OpenPGPUserId(java.lang.String userId,
OpenPGPCertificate.OpenPGPPrimaryKey primaryKey)
public java.lang.String getUserId()
String representation of the OpenPGPCertificate.OpenPGPUserId.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object