Searched refs:getPadBits (Results 1 – 10 of 10) sorted by relevance
25 static protected int getPadBits( in getPadBits() method in DERBitString170 this.padBits = getPadBits(value); in DERBitString()186 public int getPadBits() in getPadBits() method in DERBitString223 bytes[0] = (byte)getPadBits(); in encode()
41 super(getBytes(usage), getPadBits(usage)); in NetscapeCertType()47 super(usage.getBytes(), usage.getPadBits()); in NetscapeCertType()
77 super(getBytes(reasons), getPadBits(reasons)); in ReasonFlags()83 super(reasons.getBytes(), reasons.getPadBits()); in ReasonFlags()
93 public int getPadBits() in getPadBits() method in KeyUsage95 return bitString.getPadBits(); in getPadBits()
110 int length = (bytes.length * 8) - bits.getPadBits(); in X509CertificateObject()312 boolean[] boolId = new boolean[bytes.length * 8 - id.getPadBits()]; in getIssuerUniqueID()332 boolean[] boolId = new boolean[bytes.length * 8 - id.getPadBits()]; in getSubjectUniqueID()
109 int length = (bytes.length * 8) - bits.getPadBits(); in X509CertificateObject()285 boolean[] boolId = new boolean[bytes.length * 8 - id.getPadBits()]; in getIssuerUniqueID()305 boolean[] boolId = new boolean[bytes.length * 8 - id.getPadBits()]; in getSubjectUniqueID()
190 boolean[] boolId = new boolean[bytes.length * 8 - bitString.getPadBits()]; in bitStringToBoolean()
131 boolean[] boolId = new boolean[bytes.length * 8 - id.getPadBits()]; in getIssuerUniqueID()
206 …buf.append(indent + "DER Bit String" + "[" + bt.getBytes().length + ", " + bt.getPadBits() + "] "); in _dumpAsString()
META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...