org.xwiki.crypto.internal.scripting
Class CryptoScriptService

java.lang.Object
  extended by org.xwiki.crypto.internal.scripting.CryptoScriptService
All Implemented Interfaces:
org.xwiki.script.service.ScriptService

@Component
@Named(value="crypto")
@Singleton
public class CryptoScriptService
extends java.lang.Object
implements org.xwiki.script.service.ScriptService

Script service allowing a user to sign text, determine the validity and signer of already signed text, create keys, and register new certificates.

Since:
2.5M1
Version:
$Id$

Constructor Summary
CryptoScriptService()
           
 
Method Summary
 PasswordCryptoService getPasswd()
           
 X509CryptoService getX509()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoScriptService

public CryptoScriptService()
Method Detail

getX509

public X509CryptoService getX509()
Returns:
the x509/CMS service.

getPasswd

public PasswordCryptoService getPasswd()
Returns:
the password encryption and password hashing/protection service.


Copyright © 2004-2011 XWiki. All Rights Reserved.