Uses of Interface
org.xwiki.crypto.passwd.PasswordCryptoService

Packages that use PasswordCryptoService
org.xwiki.crypto.internal.scripting   
org.xwiki.crypto.passwd.internal   
org.xwiki.crypto.x509.internal   
 

Uses of PasswordCryptoService in org.xwiki.crypto.internal.scripting
 

Methods in org.xwiki.crypto.internal.scripting that return PasswordCryptoService
 PasswordCryptoService CryptoScriptService.getPasswd()
           
 

Uses of PasswordCryptoService in org.xwiki.crypto.passwd.internal
 

Classes in org.xwiki.crypto.passwd.internal that implement PasswordCryptoService
 class DefaultPasswordCryptoService
          This class allows the user to encrypt and decrypt text and data using a password.
 

Uses of PasswordCryptoService in org.xwiki.crypto.x509.internal
 

Methods in org.xwiki.crypto.x509.internal with parameters of type PasswordCryptoService
 XWikiX509KeyPair X509KeyService.newCertAndPrivateKey(int daysOfValidity, java.lang.String webID, java.lang.String userName, java.lang.String password, PasswordCryptoService passwordCryptoService)
          Create a fresh self-signed key pair.
 

Constructors in org.xwiki.crypto.x509.internal with parameters of type PasswordCryptoService
DefaultXWikiX509KeyPair(java.security.cert.X509Certificate certificate, java.security.PrivateKey key, java.lang.String password, PasswordCryptoService passwordCryptoService)
          Create new XWikiX509KeyPair.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.