Uses of Interface
org.xwiki.crypto.pkix.params.PrincipalIndentifier

Packages that use PrincipalIndentifier
org.xwiki.crypto.pkix   
org.xwiki.crypto.pkix.params   
org.xwiki.crypto.pkix.params.x509certificate   
org.xwiki.crypto.pkix.params.x509certificate.extension   
 

Uses of PrincipalIndentifier in org.xwiki.crypto.pkix
 

Methods in org.xwiki.crypto.pkix with parameters of type PrincipalIndentifier
 CertifiedPublicKey CertificateGenerator.generate(PrincipalIndentifier subjectName, PublicKeyParameters subject, CertificateParameters parameters)
          Generate a new certificate.
 

Uses of PrincipalIndentifier in org.xwiki.crypto.pkix.params
 

Methods in org.xwiki.crypto.pkix.params that return PrincipalIndentifier
 PrincipalIndentifier CertifiedPublicKey.getIssuer()
           
 PrincipalIndentifier CertifiedPublicKey.getSubject()
           
 

Uses of PrincipalIndentifier in org.xwiki.crypto.pkix.params.x509certificate
 

Classes in org.xwiki.crypto.pkix.params.x509certificate that implement PrincipalIndentifier
 class DistinguishedName
          Represent a Principal distinguished name.
 

Uses of PrincipalIndentifier in org.xwiki.crypto.pkix.params.x509certificate.extension
 

Classes in org.xwiki.crypto.pkix.params.x509certificate.extension that implement PrincipalIndentifier
 class X509DirectoryName
          X.509 Directory name general name.
 



Copyright © 2004–2014 XWiki. All rights reserved.