Searched refs:getDecodedObject (Results 1 - 25 of 67) sorted by relevance

123

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Boolean.java68 return getDecodedObject(in);
77 @Override public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1Boolean
H A DASN1Any.java79 return getDecodedObject(in);
89 public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1Any
H A DASN1Enumerated.java69 return getDecodedObject(in);
77 public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1Enumerated
H A DASN1OctetString.java67 return getDecodedObject(in);
75 @Override public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1OctetString
H A DASN1Sequence.java45 return getDecodedObject(in);
H A DASN1SequenceOf.java45 return getDecodedObject(in);
H A DASN1Set.java45 return getDecodedObject(in);
H A DASN1SetOf.java45 return getDecodedObject(in);
H A DASN1StringType.java62 @Override public Object getDecodedObject(BerInputStream in) throws IOException {
94 return getDecodedObject(in);
100 public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1StringType
H A DASN1Integer.java68 return getDecodedObject(in);
76 public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1Integer
H A DASN1Oid.java68 return getDecodedObject(in);
76 @Override public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1Oid
134 @Override public Object getDecodedObject(BerInputStream in) throws IOException {
H A DASN1Explicit.java75 return getDecodedObject(in);
H A DASN1Time.java43 @Override public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1Time
H A DASN1UTCTime.java82 return getDecodedObject(in);
H A DASN1BitString.java69 return getDecodedObject(in);
78 @Override public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1BitString
112 @Override public Object getDecodedObject(BerInputStream in) throws IOException { method in class:ASN1BitString.ASN1NamedBitList
H A DASN1GeneralizedTime.java70 return getDecodedObject(in);
H A DASN1Implicit.java121 return getDecodedObject(in);
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DExtendedKeyUsage.java98 public Object getDecodedObject(BerInputStream in) throws IOException {
99 int[] oid = (int[]) super.getDecodedObject(in);
H A DReasonFlags.java96 public Object getDecodedObject(BerInputStream in) throws IOException {
97 return new ReasonFlags((boolean[]) super.getDecodedObject(in));
H A DORAddress.java71 @Override protected Object getDecodedObject(BerInputStream in) {
H A DAccessDescription.java82 @Override protected Object getDecodedObject(BerInputStream in) {
H A DCRLDistributionPoints.java104 @Override public Object getDecodedObject(BerInputStream in) {
H A DCertificateIssuer.java76 @Override public Object getDecodedObject(BerInputStream in) {
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
H A DAuthenticatedAttributes.java60 @Override public Object getDecodedObject(BerInputStream in) {
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
H A DThreeIntegerSequence.java56 protected Object getDecodedObject(BerInputStream in) {

Completed in 70 milliseconds

123