public class X500NameUtils
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCommonName(org.bouncycastle.asn1.x500.X500Name $receiver) |
static java.lang.String |
getCountry(org.bouncycastle.asn1.x500.X500Name $receiver) |
static java.lang.String |
getLocality(org.bouncycastle.asn1.x500.X500Name $receiver) |
static java.lang.String |
getOrganisation(org.bouncycastle.asn1.x500.X500Name $receiver) |
static java.lang.String |
getState(org.bouncycastle.asn1.x500.X500Name $receiver) |
static org.bouncycastle.asn1.x500.X500Name |
getX500Name(CordaX500Name $receiver)
Return the underlying X.500 name from this Corda-safe X.500 name. These are guaranteed to have a consistent
ordering, such that their
toString() function returns the same value every time for the same class CordaX500Name . |
public static java.lang.String getCommonName(org.bouncycastle.asn1.x500.X500Name $receiver)
public static java.lang.String getState(org.bouncycastle.asn1.x500.X500Name $receiver)
public static java.lang.String getOrganisation(org.bouncycastle.asn1.x500.X500Name $receiver)
public static java.lang.String getLocality(org.bouncycastle.asn1.x500.X500Name $receiver)
public static java.lang.String getCountry(org.bouncycastle.asn1.x500.X500Name $receiver)
public static org.bouncycastle.asn1.x500.X500Name getX500Name(CordaX500Name $receiver)
Return the underlying X.500 name from this Corda-safe X.500 name. These are guaranteed to have a consistent
ordering, such that their toString()
function returns the same value every time for the same class CordaX500Name
.
class CordaX500Name