OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeneralName
(Results
1 - 11
of
11
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
GeneralName.java
33
* This class implements the ASN.1
GeneralName
object class.
37
*
GeneralName
::= CHOICE {
52
public class
GeneralName
{
63
public
GeneralName
(GeneralNameInterface name) {
65
throw new NullPointerException("
GeneralName
must not be null");
73
* @param encName the DER encoded
GeneralName
.
75
public
GeneralName
(DerValue encName) throws IOException {
82
* @param encName the DER encoded
GeneralName
.
85
public
GeneralName
(DerValue encName, boolean nameConstraint)
165
throw new IOException("Unrecognized
GeneralName
tag, (
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2560.py
44
class
GeneralName
(univ.OctetString): pass
162
namedtype.OptionalNamedType('requestorName',
GeneralName
().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
rfc2511.py
30
class
GeneralName
(univ.OctetString): pass
40
namedtype.NamedType('issuer',
GeneralName
()),
74
namedtype.OptionalNamedType('pubLocation',
GeneralName
())
115
namedtype.NamedType('authInfo', univ.Choice(componentType=namedtype.NamedTypes(namedtype.NamedType('sender',
GeneralName
().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))), namedtype.NamedType('publicKeyMAC', PKMACValue())))),
rfc2459.py
[
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
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar
/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
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 1936 milliseconds