OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeneralName
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/test/java/libcore/javax/security/auth/x500/
GeneralNameTest.java
19
import org.apache.harmony.security.x509.
GeneralName
;
26
new
GeneralName
(
GeneralName
.DNS_NAME, "*.example.com");
27
new
GeneralName
(
GeneralName
.DNS_NAME, "fo*.example.com");
28
new
GeneralName
(
GeneralName
.DNS_NAME, "f*o.example.com");
29
new
GeneralName
(
GeneralName
.DNS_NAME, "*oo.example.com");
30
new
GeneralName
(GeneralName.DNS_NAME, "www.*.example.com")
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java
21
* The
GeneralName
object.
23
*
GeneralName
::= CHOICE {
45
public class
GeneralName
66
public
GeneralName
(
73
public
GeneralName
(
107
public
GeneralName
(
116
* Create a
GeneralName
for the given tag from the passed in String.
138
public
GeneralName
(
174
public static
GeneralName
getInstance(
177
if (obj == null || obj instanceof
GeneralName
)
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java
51
* with the
GeneralName
structure which is a part of X.509 certificate
59
*
GeneralName
::= CHOICE {
98
public final class
GeneralName
{
132
/** the ASN.1 encoded form of
GeneralName
*/
134
/** the ASN.1 encoded form of
GeneralName
's field */
138
* Makes the
GeneralName
object from the tag type and corresponding
144
* If
GeneralName
structure is used as a part of Name Constraints
150
* To make the
GeneralName
object with such names use another constructor.
154
public
GeneralName
(int tag, String name) throws IOException {
194
public
GeneralName
(OtherName name)
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 1120 milliseconds