OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPAddressName
(Results
1 - 8
of
8
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
IPAddressName.java
38
* This class implements the
IPAddressName
as required by the GeneralNames
70
public class
IPAddressName
implements GeneralNameInterface {
76
* Create the
IPAddressName
object from the passed encoded Der value.
78
* @params derValue the encoded DER
IPAddressName
.
81
public
IPAddressName
(DerValue derValue) throws IOException {
86
* Create the
IPAddressName
object with the specified octets.
91
public
IPAddressName
(byte[] address) throws IOException {
102
throw new IOException("Invalid
IPAddressName
");
108
* Create an
IPAddressName
from a String.
122
* @param name String form of
IPAddressName
[
all
...]
URIName.java
87
private
IPAddressName
hostIP;
126
hostIP = new
IPAddressName
(ipV6Host);
136
//
IPAddressName
138
hostIP = new
IPAddressName
(host);
272
* @returns host name as DNSName or
IPAddressName
GeneralName.java
132
name = new
IPAddressName
(encName);
GeneralSubtrees.java
272
newName = new GeneralName(new
IPAddressName
((byte[])null));
X509CertImpl.java
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java
71
import sun.security.x509.
IPAddressName
;
517
GeneralName san7 = new GeneralName(new
IPAddressName
("1.1.1.1"));
[
all
...]
/libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java
[
all
...]
/libcore/
openjdk_java_files.mk
[
all
...]
Completed in 688 milliseconds