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, getKeyComponent, getLatestSelfSignature, getPrimaryKey, getRevocationBy, getRevocationBy, toDetailString
getAEADCipherSuitePreferences, getAEADCipherSuitePreferences, getApplyingSubpacket, getCertificate, getCertification, getCompressionAlgorithmPreferences, getCompressionAlgorithmPreferences, getFeatures, getFeatures, getHashAlgorithmPreferences, getHashAlgorithmPreferences, getKeyExpirationDate, getKeyExpirationDateAt, getKeyFlags, getKeyFlags, getLatestSelfSignature, getMergedDanglingExternalSignatureChainEndsFrom, getPublicComponent, getRevocation, getSignatureChains, getSymmetricCipherPreferences, getSymmetricCipherPreferences, hasKeyFlags, isBound, isBoundAt
public 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.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object