Home
last modified time | relevance | path

Searched refs:calculateBodyLength (Results 1 – 25 of 60) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDEROctetString.java41 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DDERSequence.java79 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLSequence.java76 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLSet.java118 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDERSet.java90 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DLazyEncodedSequence.java88 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length; in encodedLength()
DDLTaggedObject.java58 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DStreamUtil.java63 static int calculateBodyLength( in calculateBodyLength() method in StreamUtil
DDERVideotexString.java92 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DDERGraphicString.java92 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DDERTaggedObject.java64 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDERVisibleString.java118 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DDERT61String.java117 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DDERGeneralString.java125 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDEROctetString.java46 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DLazyEncodedSequence.java89 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length; in encodedLength()
DDLSequence.java78 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLSet.java120 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDERSet.java93 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLTaggedObject.java60 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DStreamUtil.java64 static int calculateBodyLength( in calculateBodyLength() method in StreamUtil
DDERSequence.java86 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDERVideotexString.java96 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DDERGeneralizedTime.java109 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDERGraphicString.java96 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()

123