|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.DNImplRFC2253
org.glite.security.util.DNImpl
public class DNImpl
DNImpl.java
Field Summary |
---|
Fields inherited from class org.glite.security.util.DNImplRFC2253 |
---|
CANON, m_canonicalString, m_count, m_oids, m_rdns, m_rfc2253String, m_x500String, RFC2253, X500 |
Constructor Summary | |
---|---|
DNImpl(org.bouncycastle.asn1.DERObjectIdentifier[] newOids,
java.lang.String[] newRdns,
int newCount)
Deprecated. Creates a new instance of DN. |
|
DNImpl(java.security.Principal principal)
Deprecated. Creates a new DNImpl object. |
|
DNImpl(java.lang.String name)
Deprecated. Creates a new DNImpl object. |
|
DNImpl(org.bouncycastle.asn1.x509.X509Name x509Name)
Deprecated. Creates a new DNImpl object. |
Method Summary |
---|
Methods inherited from class org.glite.security.util.DNImplRFC2253 |
---|
constructRFC2253, constructX500, equals, getCanon, getLastCNValue, getRFC2253, getRFC2253v2, getRFCDN, getRFCDNv2, getX500, hashCode, isEmpty, parse, parseX500, toString, withoutLastCN |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DNImpl(org.bouncycastle.asn1.DERObjectIdentifier[] newOids, java.lang.String[] newRdns, int newCount)
newOids
- The array of object identifiers.newRdns
- The array or relative distinguished names.newCount
- The number of fields in the DN (both oids and rdns have to
have this number of items).public DNImpl(java.lang.String name)
name
- Generates a new DNImpl class from the DN in the name.public DNImpl(java.security.Principal principal)
principal
- The Principal holding the information to generate the DN from.public DNImpl(org.bouncycastle.asn1.x509.X509Name x509Name)
x509Name
- The X509Name instance holding the information to generate the
DN from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |