OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:harmony
(Results
26 - 50
of
2021
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/
PrivateKeyInfo.java
19
package org.apache.
harmony
.security.pkcs8;
22
import org.apache.
harmony
.security.asn1.ASN1Implicit;
23
import org.apache.
harmony
.security.asn1.ASN1Integer;
24
import org.apache.
harmony
.security.asn1.ASN1OctetString;
25
import org.apache.
harmony
.security.asn1.ASN1Sequence;
26
import org.apache.
harmony
.security.asn1.ASN1SetOf;
27
import org.apache.
harmony
.security.asn1.ASN1Type;
28
import org.apache.
harmony
.security.asn1.BerInputStream;
29
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
30
import org.apache.
harmony
.security.x509.AlgorithmIdentifier
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
PKIStatusInfoTest.java
18
package org.apache.
harmony
.security.tests.x509.tsp;
24
import org.apache.
harmony
.security.x509.tsp.PKIFailureInfo;
25
import org.apache.
harmony
.security.x509.tsp.PKIStatus;
26
import org.apache.
harmony
.security.x509.tsp.PKIStatusInfo;
34
* @tests 'org.apache.
harmony
.security.x509.tsp.PKIStatusInfo.getEncoded()'
TSTInfoTest.java
18
package org.apache.
harmony
.security.tests.x509.tsp;
27
import org.apache.
harmony
.security.x501.Name;
28
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
29
import org.apache.
harmony
.security.x509.Extension;
30
import org.apache.
harmony
.security.x509.Extensions;
31
import org.apache.
harmony
.security.x509.GeneralName;
32
import org.apache.
harmony
.security.x509.tsp.MessageImprint;
33
import org.apache.
harmony
.security.x509.tsp.TSTInfo;
39
* @tests 'org.apache.
harmony
.security.x509.tsp.TSTInfo.getEncoded()'
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
PolicyQualifierInfo.java
23
package org.apache.
harmony
.security.x509;
25
import org.apache.
harmony
.security.asn1.ASN1Any;
26
import org.apache.
harmony
.security.asn1.ASN1Oid;
27
import org.apache.
harmony
.security.asn1.ASN1Sequence;
28
import org.apache.
harmony
.security.asn1.ASN1Type;
GeneralSubtrees.java
23
package org.apache.
harmony
.security.x509;
28
import org.apache.
harmony
.security.asn1.ASN1SequenceOf;
29
import org.apache.
harmony
.security.asn1.ASN1Type;
30
import org.apache.
harmony
.security.asn1.BerInputStream;
44
* @see org.apache.
harmony
.security.x509.NameConstraints
45
* @see org.apache.
harmony
.security.x509.GeneralSubtree
GeneralSubtree.java
23
package org.apache.
harmony
.security.x509;
25
import org.apache.
harmony
.security.asn1.ASN1Implicit;
26
import org.apache.
harmony
.security.asn1.ASN1Integer;
27
import org.apache.
harmony
.security.asn1.ASN1Sequence;
28
import org.apache.
harmony
.security.asn1.ASN1Type;
29
import org.apache.
harmony
.security.asn1.BerInputStream;
50
* @see org.apache.
harmony
.security.x509.NameConstraints
51
* @see org.apache.
harmony
.security.x509.GeneralName
OtherName.java
23
package org.apache.
harmony
.security.x509;
25
import org.apache.
harmony
.security.asn1.ASN1Any;
26
import org.apache.
harmony
.security.asn1.ASN1Explicit;
27
import org.apache.
harmony
.security.asn1.ASN1Oid;
28
import org.apache.
harmony
.security.asn1.ASN1Sequence;
29
import org.apache.
harmony
.security.asn1.ASN1Type;
30
import org.apache.
harmony
.security.asn1.BerInputStream;
31
import org.apache.
harmony
.security.asn1.ObjectIdentifier;
PolicyConstraints.java
23
package org.apache.
harmony
.security.x509;
27
import org.apache.
harmony
.security.asn1.ASN1Implicit;
28
import org.apache.
harmony
.security.asn1.ASN1Integer;
29
import org.apache.
harmony
.security.asn1.ASN1Sequence;
30
import org.apache.
harmony
.security.asn1.ASN1Type;
31
import org.apache.
harmony
.security.asn1.BerInputStream;
53
* @see org.apache.
harmony
.security.x509.GeneralSubtree
54
* @see org.apache.
harmony
.security.x509.GeneralName
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java
17
package org.apache.
harmony
.luni.tests.internal.net.www.protocol.file;
33
String resourceName = "org/apache/
harmony
/luni/tests/" + fileName;
40
// Regression for
HARMONY
-4699
51
// Regression for
Harmony
-5737
52
String resourceName = "org/apache/
harmony
/luni/tests/" + "test.rtf";
60
// Regression for
Harmony
-5779
69
String resourceName = "org/apache/
harmony
/luni/tests/"; //folder name
75
resourceName = "org/apache/
harmony
/luni/tests/" + "test.rtf";; //folder name
90
String resourceName = "org/apache/
harmony
/luni/tests/";
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatusInfo.java
20
package org.apache.
harmony
.security.x509.tsp;
24
import org.apache.
harmony
.security.asn1.ASN1BitString;
25
import org.apache.
harmony
.security.asn1.ASN1Integer;
26
import org.apache.
harmony
.security.asn1.ASN1Sequence;
27
import org.apache.
harmony
.security.asn1.ASN1SequenceOf;
28
import org.apache.
harmony
.security.asn1.ASN1StringType;
29
import org.apache.
harmony
.security.asn1.ASN1Type;
30
import org.apache.
harmony
.security.asn1.BerInputStream;
31
import org.apache.
harmony
.security.asn1.BitString;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLEntryImplTest.java
22
package org.apache.
harmony
.security.tests.provider.cert;
28
import org.apache.
harmony
.security.provider.cert.X509CRLEntryImpl;
29
import org.apache.
harmony
.security.x509.Extension;
30
import org.apache.
harmony
.security.x509.Extensions;
31
import org.apache.
harmony
.security.x509.ReasonCode;
32
import org.apache.
harmony
.security.x509.TBSCertList;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLSelectorTest.java
22
package org.apache.
harmony
.security.tests.java.security.cert;
43
//Regression for
HARMONY
-465
57
//Regression for
HARMONY
-465
66
// Regression for
HARMONY
-1076
79
//Regression for
HARMONY
-465
93
//Regression for
HARMONY
-465
107
//Regression for
HARMONY
-736
122
// Regression for
HARMONY
-737
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
CertificationRequestTest.java
18
package org.apache.
harmony
.security.tests.pkcs10;
27
import org.apache.
harmony
.security.pkcs10.CertificationRequest;
28
import org.apache.
harmony
.security.pkcs10.CertificationRequestInfo;
29
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
30
import org.apache.
harmony
.security.x501.AttributeValue;
31
import org.apache.
harmony
.security.x501.Name;
32
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
33
import org.apache.
harmony
.security.x509.SubjectPublicKeyInfo;
/external/smack/asmack-master/patch/
12-harmony-nls-msg.patch
1
diff -ur ../../src-unpatched/trunk/org/apache/
harmony
/javax/security/auth/login/LoginContext.java ./org/apache/
harmony
/javax/security/auth/login/LoginContext.java
2
--- ../../src-unpatched/trunk/org/apache/
harmony
/javax/security/auth/login/LoginContext.java 2009-12-06 15:31:24.000000000 +0100
3
+++ ./org/apache/
harmony
/javax/security/auth/login/LoginContext.java 2009-12-06 15:36:20.000000000 +0100
41
diff -ur ../../src-unpatched/trunk/org/apache/
harmony
/javax/security/auth/Subject.java ./org/apache/
harmony
/javax/security/auth/Subject.java
42
--- ../../src-unpatched/trunk/org/apache/
harmony
/javax/security/auth/Subject.java 2009-12-06 15:31:24.000000000 +0100
43
+++ ./org/apache/
harmony
/javax/security/auth/Subject.java 2009-12-06 15:32:10.000000000 +0100
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLEncoderTest.java
18
package org.apache.
harmony
.luni.tests.java.net;
51
// Regression for
HARMONY
-24
59
// Regression for
HARMONY
-1233
61
URLEncoder.encode(null, "
harmony
");
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
AnyTest.java
22
package org.apache.
harmony
.security.tests.asn1.der;
27
import org.apache.
harmony
.security.asn1.ASN1Any;
28
import org.apache.
harmony
.security.asn1.DerInputStream;
29
import org.apache.
harmony
.security.asn1.DerOutputStream;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
AuthenticatedAttributesTest.java
18
package org.apache.
harmony
.security.tests.pkcs7;
26
import org.apache.
harmony
.security.pkcs7.ContentInfo;
27
import org.apache.
harmony
.security.pkcs7.SignedData;
28
import org.apache.
harmony
.security.pkcs7.SignerInfo;
SignerInfoTest.java
20
package org.apache.
harmony
.security.tests.pkcs7;
28
import org.apache.
harmony
.security.pkcs7.SignerInfo;
29
import org.apache.
harmony
.security.x501.Name;
30
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateTest.java
22
package org.apache.
harmony
.security.tests.x509;
35
import org.apache.
harmony
.security.asn1.ASN1Integer;
36
import org.apache.
harmony
.security.x501.Name;
37
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
38
import org.apache.
harmony
.security.x509.Certificate;
39
import org.apache.
harmony
.security.x509.EDIPartyName;
40
import org.apache.
harmony
.security.x509.Extension;
41
import org.apache.
harmony
.security.x509.Extensions;
42
import org.apache.
harmony
.security.x509.GeneralName;
43
import org.apache.
harmony
.security.x509.GeneralNames
[
all
...]
/external/smack/asmack-master/static-src/custom/de/measite/smack/
SaslClientFactory.java
23
import org.apache.
harmony
.javax.security.auth.callback.CallbackHandler;
24
import org.apache.
harmony
.javax.security.sasl.SaslClient;
25
import org.apache.
harmony
.javax.security.sasl.SaslException;
29
org.apache.
harmony
.javax.security.sasl.SaslClientFactory {
/external/smack/src/de/measite/smack/
SaslClientFactory.java
23
import org.apache.
harmony
.javax.security.auth.callback.CallbackHandler;
24
import org.apache.
harmony
.javax.security.sasl.SaslClient;
25
import org.apache.
harmony
.javax.security.sasl.SaslException;
29
org.apache.
harmony
.javax.security.sasl.SaslClientFactory {
/external/smack/src/org/apache/qpid/management/common/sasl/
CRAMMD5HashedSaslClientFactory.java
23
import org.apache.
harmony
.javax.security.auth.callback.CallbackHandler;
25
import org.apache.
harmony
.javax.security.sasl.SaslClient;
26
import org.apache.
harmony
.javax.security.sasl.SaslClientFactory;
27
import org.apache.
harmony
.javax.security.sasl.SaslException;
ClientSaslFactory.java
23
import org.apache.
harmony
.javax.security.auth.callback.CallbackHandler;
24
import org.apache.
harmony
.javax.security.sasl.SaslClient;
25
import org.apache.
harmony
.javax.security.sasl.SaslClientFactory;
26
import org.apache.
harmony
.javax.security.sasl.SaslException;
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java
22
package org.apache.
harmony
.security.pkcs7;
25
import org.apache.
harmony
.security.asn1.ASN1SetOf;
26
import org.apache.
harmony
.security.asn1.BerInputStream;
27
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation2.java
1
package org.apache.
harmony
.annotation.tests.java.lang.annotation;
Completed in 213 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>