HomeSort by relevance Sort by last modified time
    Searched defs:SerialNumber (Results 1 - 14 of 14) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
SerialNumber.java 34 * This class defines the SerialNumber class used by certificates.
39 public class SerialNumber {
46 throw new IOException("Excess SerialNumber data");
55 public SerialNumber(BigInteger num) {
64 public SerialNumber(int num) {
71 * @param in the DerInputStream to read the SerialNumber from.
74 public SerialNumber(DerInputStream in) throws IOException {
82 * @param val the DerValue to read the SerialNumber from.
85 public SerialNumber(DerValue val) throws IOException {
92 * @param in the InputStream to read the SerialNumber from
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2315.py 78 namedtype.NamedType('serialNumber', CertificateSerialNumber())
126 class SerialNumber(univ.Integer): pass
130 namedtype.NamedType('userCertificate', SerialNumber()),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ide.h 44 UCHAR SerialNumber[20]; /* 20 */
119 UCHAR SerialNumber[20]; /* 20 */
scsi.h     [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 234 UCHAR SerialNumber[SERIAL_NUMBER_LENGTH];
272 UCHAR SerialNumber[SERIAL_NUMBER_LENGTH];
wsdtypes.h 375 const WCHAR *SerialNumber;
schannel.h 342 DWORD SerialNumber[4];
ntddmmc.h 580 UCHAR SerialNumber[0];
ntddstor.h 625 UCHAR SerialNumber[0];
ntmsapi.h 923 DWORD SerialNumber;
    [all...]
winioctl.h     [all...]
wincrypt.h 609 unsigned char SerialNumber[8];
    [all...]
  /external/libmtp/src/
ptp.h 694 char *SerialNumber;
    [all...]

Completed in 536 milliseconds