OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BerInputStream
(Results
51 - 75
of
76
) sorted by null
1
2
3
4
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java
65
public Object decode(
BerInputStream
in) throws IOException {
ASN1Implicit.java
102
public Object decode(
BerInputStream
in) throws IOException {
ASN1UTCTime.java
77
@Override public Object decode(
BerInputStream
in) throws IOException {
DerInputStream.java
33
public final class DerInputStream extends
BerInputStream
{
BerInputStream.java
36
public class
BerInputStream
{
75
public
BerInputStream
(byte[] encoded) throws IOException {
87
public
BerInputStream
(byte[] encoded, int offset, int expectedLength) throws IOException {
106
public
BerInputStream
(InputStream in) throws IOException {
115
public
BerInputStream
(InputStream in, int initialSize) throws IOException {
ASN1Choice.java
133
* public Object getDecodedObject(
BerInputStream
in) {
300
public Object decode(
BerInputStream
in) throws IOException {
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java
42
import org.apache.harmony.security.asn1.
BerInputStream
;
165
BerInputStream
in = (encoding == null)
166
? new
BerInputStream
(inStream)
167
: new
BerInputStream
(encoding);
306
BerInputStream
in = (encoding == null)
307
? new
BerInputStream
(inStream)
308
: new
BerInputStream
(encoding);
643
byte[] encoding = new byte[
BerInputStream
.getLength(buff)];
714
byte[] encoding = new byte[
BerInputStream
.getLength(buff)];
[
all
...]
X509CertPathImpl.java
45
import org.apache.harmony.security.asn1.
BerInputStream
;
343
public Object getDecodedObject(
BerInputStream
in) throws IOException {
425
public Object decode(
BerInputStream
in) throws IOException {
446
public Object decode(
BerInputStream
in) throws IOException {
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
ContentInfo.java
32
import org.apache.harmony.security.asn1.
BerInputStream
;
132
@Override protected Object getDecodedObject(
BerInputStream
in) throws IOException {
SignedData.java
30
import org.apache.harmony.security.asn1.
BerInputStream
;
131
@Override protected Object getDecodedObject(
BerInputStream
in) {
SignerInfo.java
34
import org.apache.harmony.security.asn1.
BerInputStream
;
207
@Override protected Object getDecodedObject(
BerInputStream
in) {
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
Name.java
35
import org.apache.harmony.security.asn1.
BerInputStream
;
240
public Object getDecodedObject(
BerInputStream
in) {
AttributeTypeAndValue.java
36
import org.apache.harmony.security.asn1.
BerInputStream
;
334
public Object decode(
BerInputStream
in) throws IOException {
352
@Override public Object getDecodedObject(
BerInputStream
in) throws IOException {
409
@Override protected Object getDecodedObject(
BerInputStream
in) throws IOException {
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
IssuingDistributionPoint.java
26
import org.apache.harmony.security.asn1.
BerInputStream
;
146
protected Object getDecodedObject(
BerInputStream
in) {
TBSCertList.java
36
import org.apache.harmony.security.asn1.
BerInputStream
;
175
@Override protected Object getDecodedObject(
BerInputStream
in) {
339
@Override protected Object getDecodedObject(
BerInputStream
in) throws IOException {
Extensions.java
37
import org.apache.harmony.security.asn1.
BerInputStream
;
391
@Override public Object getDecodedObject(
BerInputStream
in) {
NameConstraints.java
33
import org.apache.harmony.security.asn1.
BerInputStream
;
268
@Override protected Object getDecodedObject(
BerInputStream
in) {
TBSCertificate.java
33
import org.apache.harmony.security.asn1.
BerInputStream
;
246
@Override protected Object getDecodedObject(
BerInputStream
in) {
Extension.java
32
import org.apache.harmony.security.asn1.
BerInputStream
;
358
@Override public Object getDecodedObject(
BerInputStream
in) throws IOException {
370
@Override protected Object getDecodedObject(
BerInputStream
in) throws IOException {
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TimeStampReq.java
29
import org.apache.harmony.security.asn1.
BerInputStream
;
170
protected Object getDecodedObject(
BerInputStream
in) {
TSTInfo.java
32
import org.apache.harmony.security.asn1.
BerInputStream
;
220
protected Object getDecodedObject(
BerInputStream
in) {
265
protected Object getDecodedObject(
BerInputStream
in) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.java
41
import org.apache.harmony.security.asn1.
BerInputStream
;
206
public Object getDecodedObject(
BerInputStream
in)
227
public Object getDecodedObject(
BerInputStream
in)
SequenceTest.java
35
import org.apache.harmony.security.asn1.
BerInputStream
;
79
protected Object getDecodedObject(
BerInputStream
in)
178
protected Object getDecodedObject(
BerInputStream
in)
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java
41
import org.apache.harmony.security.asn1.
BerInputStream
;
69
BerInputStream
bis = new
BerInputStream
(signatureBlock);
/frameworks/base/core/java/android/os/
RecoverySystem.java
47
import org.apache.harmony.security.asn1.
BerInputStream
;
197
BerInputStream
bis = new
BerInputStream
(
Completed in 757 milliseconds
1
2
3
4