Searched defs:getByteLength (Results 1 - 6 of 6) sorted by last modified time

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9IntegerConverter.java10 public int getByteLength( method in class:X9IntegerConverter
16 public int getByteLength( method in class:X9IntegerConverter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DExtendedDigest.java12 public int getByteLength(); method in interface:ExtendedDigest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java125 public int getByteLength() method in class:GeneralDigest
H A DLongDigest.java157 public int getByteLength() method in class:LongDigest
H A DOpenSSLDigest.java78 public int getByteLength() { method in class:OpenSSLDigest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DHMac.java62 private static int getByteLength( method in class:HMac
67 return ((ExtendedDigest)digest).getByteLength();
89 this(digest, getByteLength(digest));

Completed in 81 milliseconds