org.xwiki.crypto.internal.scripting
Class CryptoScriptService
java.lang.Object
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$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CryptoScriptService
public CryptoScriptService()
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.