Home
last modified time | relevance | path

Searched defs:withTag (Results 1 – 25 of 124) sorted by relevance

12345

/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DDEROctetString.java41 int encodedLength(boolean withTag) in encodedLength()
46 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
61 …static void encode(ASN1OutputStream out, boolean withTag, byte[] buf, int off, int len) throws IOE… in encode()
66 static int encodedLength(boolean withTag, int contentsLength) in encodedLength()
DDLBitString.java50 int encodedLength(boolean withTag) in encodedLength()
55 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
65 static int encodedLength(boolean withTag, int contentsLength) in encodedLength()
70 …static void encode(ASN1OutputStream out, boolean withTag, byte[] buf, int off, int len) throws IOE… in encode()
75 … static void encode(ASN1OutputStream out, boolean withTag, byte pad, byte[] buf, int off, int len) in encode()
DDERNull.java28 int encodedLength(boolean withTag) in encodedLength()
33 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1Absent.java31 int encodedLength(boolean withTag) in encodedLength()
37 void encode(ASN1OutputStream out, boolean withTag) in encode()
DDERGeneralizedTime.java105 int encodedLength(boolean withTag) in encodedLength()
110 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DBERSet.java64 int encodedLength(boolean withTag) throws IOException in encodedLength()
77 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DBERSequence.java49 int encodedLength(boolean withTag) throws IOException in encodedLength()
62 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1VideotexString.java95 final int encodedLength(boolean withTag) in encodedLength()
100 final void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDEROctetString.java42 int encodedLength(boolean withTag) in encodedLength()
47 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
62 …static void encode(ASN1OutputStream out, boolean withTag, byte[] buf, int off, int len) throws IOE… in encode()
67 static int encodedLength(boolean withTag, int contentsLength) in encodedLength()
DDLBitString.java50 int encodedLength(boolean withTag) in encodedLength()
55 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
65 static int encodedLength(boolean withTag, int contentsLength) in encodedLength()
70 …static void encode(ASN1OutputStream out, boolean withTag, byte[] buf, int off, int len) throws IOE… in encode()
75 … static void encode(ASN1OutputStream out, boolean withTag, byte pad, byte[] buf, int off, int len) in encode()
DDERNull.java29 int encodedLength(boolean withTag) in encodedLength()
34 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1Absent.java31 int encodedLength(boolean withTag) in encodedLength()
37 void encode(ASN1OutputStream out, boolean withTag) in encode()
DDERGeneralizedTime.java105 int encodedLength(boolean withTag) in encodedLength()
110 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DBERSet.java64 int encodedLength(boolean withTag) throws IOException in encodedLength()
77 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DBERSequence.java49 int encodedLength(boolean withTag) throws IOException in encodedLength()
62 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1GraphicString.java96 final int encodedLength(boolean withTag) in encodedLength()
101 final void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1VideotexString.java95 final int encodedLength(boolean withTag) in encodedLength()
100 final void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDEROctetString.java39 int encodedLength(boolean withTag) in encodedLength()
44 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
59 …static void encode(ASN1OutputStream out, boolean withTag, byte[] buf, int off, int len) throws IOE… in encode()
64 static int encodedLength(boolean withTag, int contentsLength) in encodedLength()
DDLBitString.java48 int encodedLength(boolean withTag) in encodedLength()
53 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
63 static int encodedLength(boolean withTag, int contentsLength) in encodedLength()
68 …static void encode(ASN1OutputStream out, boolean withTag, byte[] buf, int off, int len) throws IOE… in encode()
73 … static void encode(ASN1OutputStream out, boolean withTag, byte pad, byte[] buf, int off, int len) in encode()
DDERNull.java26 int encodedLength(boolean withTag) in encodedLength()
31 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1Absent.java29 int encodedLength(boolean withTag) in encodedLength()
35 void encode(ASN1OutputStream out, boolean withTag) in encode()
DDERGeneralizedTime.java103 int encodedLength(boolean withTag) in encodedLength()
108 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DBERSet.java62 int encodedLength(boolean withTag) throws IOException in encodedLength()
75 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DBERSequence.java47 int encodedLength(boolean withTag) throws IOException in encodedLength()
60 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()
DASN1GraphicString.java92 final int encodedLength(boolean withTag) in encodedLength()
97 final void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode()

12345