org.glite.security.voms.ac
Class Util
java.lang.Object
org.glite.security.voms.ac.Util
Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.
public class Util
- extends java.lang.Object
- Author:
- mulmo
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Constructor Summary |
Util()
Deprecated. |
Method Summary |
static org.bouncycastle.asn1.x509.GeneralNames |
generalNameToGeneralNames(org.bouncycastle.asn1.x509.GeneralName name)
Deprecated. |
static javax.security.auth.x500.X500Principal |
generalNameToX500Name(org.bouncycastle.asn1.x509.GeneralName name)
Deprecated. |
static org.bouncycastle.asn1.x509.GeneralName |
x500nameToGeneralName(byte[] encodedName)
Deprecated. |
static org.bouncycastle.asn1.x509.GeneralNames |
x500nameToGeneralNames(javax.security.auth.x500.X500Principal name)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
- Deprecated.
generalNameToGeneralNames
public static org.bouncycastle.asn1.x509.GeneralNames generalNameToGeneralNames(org.bouncycastle.asn1.x509.GeneralName name)
- Deprecated.
x500nameToGeneralName
public static org.bouncycastle.asn1.x509.GeneralName x500nameToGeneralName(byte[] encodedName)
- Deprecated.
x500nameToGeneralNames
public static org.bouncycastle.asn1.x509.GeneralNames x500nameToGeneralNames(javax.security.auth.x500.X500Principal name)
- Deprecated.
generalNameToX500Name
public static javax.security.auth.x500.X500Principal generalNameToX500Name(org.bouncycastle.asn1.x509.GeneralName name)
- Deprecated.