org.jboss.security.plugins
Class JCASecurityInfo
java.lang.Object
org.jboss.security.plugins.JCASecurityInfo
public class JCASecurityInfo
- extends Object
Utility class that provides the Java Cryptography Architecture(JCA)
information about the JVM
- Since:
- Mar 29, 2007
- Version:
- $Revision: 85945 $
- Author:
- Anil.Saldhana@redhat.com
Method Summary |
String |
getJCAAlgorithms(String serviceName)
Get the set of algorithms for a particular service
(Cipher,Signature,KeyFactory,SecretKeyFactory,AlgorithmParameters
MessageDigest,Mac) |
String |
getJCAProviderInfo()
Get information on all the JCA Providers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCASecurityInfo
public JCASecurityInfo()
getJCAProviderInfo
public String getJCAProviderInfo()
- Get information on all the JCA Providers
- Returns:
getJCAAlgorithms
public String getJCAAlgorithms(String serviceName)
- Get the set of algorithms for a particular service
(Cipher,Signature,KeyFactory,SecretKeyFactory,AlgorithmParameters
MessageDigest,Mac)
- Parameters:
serviceName
-
- Returns:
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.