Uses of Interface
org.xwiki.crypto.x509.XWikiX509KeyPair

Packages that use XWikiX509KeyPair
org.xwiki.crypto.x509   
 

Uses of XWikiX509KeyPair in org.xwiki.crypto.x509
 

Methods in org.xwiki.crypto.x509 that return XWikiX509KeyPair
 XWikiX509KeyPair X509CryptoService.keyPairFromBase64(String keyPairAsBase64)
          Deserialize an XWikiX509KeyPair from a base64 encoded String.
 XWikiX509KeyPair X509CryptoService.newCertAndPrivateKey(int daysOfValidity, String password)
          Creates an XWikiX509Certificate and matching private key.
 

Methods in org.xwiki.crypto.x509 with parameters of type XWikiX509KeyPair
 String X509CryptoService.signText(String textToSign, XWikiX509KeyPair toSignWith, String password)
          Produce a pkcs#7 signature for the given text.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.