| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
DNSName
This class implements the DNSName as required by the GeneralNames
ASN.1 object.
|
class |
EDIPartyName
This class defines the EDIPartyName of the GeneralName choice.
|
class |
IPAddressName
This class implements the IPAddressName as required by the GeneralNames
ASN.1 object.
|
class |
OIDName
This class implements the OIDName as required by the GeneralNames
ASN.1 object.
|
class |
OtherName
This class represents the OtherName as required by the GeneralNames
ASN.1 object.
|
class |
RFC822Name
This class implements the RFC822Name as required by the GeneralNames
ASN.1 object.
|
class |
URIName
This class implements the URIName as required by the GeneralNames
ASN.1 object.
|
class |
X400Address
This class defines the X400Address of the GeneralName choice.
|
class |
X500Name
Note: As of 1.4, the public class,
javax.security.auth.x500.X500Principal,
should be used when parsing, generating, and comparing X.500 DNs.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNameInterface |
GeneralName.getName()
Return the GeneralNameInterface name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
X500Name.constrains(GeneralNameInterface inputName)
Return constraint type:
NAME_DIFF_TYPE = -1: input name is different type from this name
(i.e.
|
int |
X400Address.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
int |
URIName.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name
(i.e.
|
int |
RFC822Name.constrains(GeneralNameInterface inputName)
Return constraint type:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
int |
OtherName.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name
(i.e.
|
int |
OIDName.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
int |
IPAddressName.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name
(i.e.
|
int |
GeneralNameInterface.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
int |
EDIPartyName.constrains(GeneralNameInterface inputName)
Return constraint type:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
int |
DNSName.constrains(GeneralNameInterface inputName)
Return type of constraint inputName places on this name:
NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
boolean |
NameConstraintsExtension.verify(GeneralNameInterface name)
check whether a name conforms to these NameConstraints.
|
| Constructor and Description |
|---|
GeneralName(GeneralNameInterface name)
Default constructor for the class.
|
Copyright © 2020. All Rights Reserved.