public class GenericIdentity extends Identity
GenericIdentities. Its
purpose is to represent an Identity and encapsulate all associated
certificates to that identity.Identity.Formatm_idenityName, m_identityIssuer, m_unverifiedIdentity| Constructor and Description |
|---|
GenericIdentity(GenericCertificateAndKeyInfo certAndKeyInfo)
The GenericIdentity constructor which builds a GenericIdentity from a
GenericCertificateAndKeyInfo object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GenericCertificateAndKeyInfo> |
getCertificateAndKeyInfo()
Returns an unmodifiable collection of GenericCertificateAndKeyInfo
|
ContainerName |
getContainerName()
Not used.
|
Identity.Format |
getFormat()
Returns the Generic digital identity format.
|
getChainToRoot, getDistinguishedIssuerName, getDistinguishedName, getIssuerName, getName, isUnverifiedIdentity, setChainToRootpublic GenericIdentity(GenericCertificateAndKeyInfo certAndKeyInfo)
certAndKeyInfo - public ContainerName getContainerName()
getContainerName in class Identitypublic Identity.Format getFormat()
public java.util.Collection<GenericCertificateAndKeyInfo> getCertificateAndKeyInfo()
getCertificateAndKeyInfo in class Identity