Searched refs:octs (Results 1 – 9 of 9) sorted by relevance
17 Vector octs) in toBytes() argument21 for (int i = 0; i != octs.size(); i++) in toBytes()25 DEROctetString o = (DEROctetString)octs.elementAt(i); in toBytes()31 …throw new IllegalArgumentException(octs.elementAt(i).getClass().getName() + " found in input shoul… in toBytes()42 private Vector octs; field in BERConstructedOctetString54 Vector octs) in BERConstructedOctetString() argument56 super(toBytes(octs)); in BERConstructedOctetString()58 this.octs = octs; in BERConstructedOctetString()83 if (octs == null) in getObjects()88 return octs.elements(); in getObjects()
70 ASN1OctetString octs = (ASN1OctetString)obj; in encode() local71 … BERConstructedOctetString berO = new BERConstructedOctetString(octs.getOctets()); in encode()
82 ASN1OctetString octs = (ASN1OctetString)seq.getObjectAt(1); in getKey() local84 return new BigInteger(1, octs.getOctets()); in getKey()
29 ASN1OctetString octs = (ASN1OctetString)ASN1Object.fromByteArray(encodedValue); in fromExtensionValue() local31 return ASN1Object.fromByteArray(octs.getOctets()); in fromExtensionValue()
254 byte[] octs = ext.getValue().getOctets(); in toString()255 ASN1InputStream dIn = new ASN1InputStream(octs); in toString()
401 byte[] octs = ext.getValue().getOctets(); in toString()402 ASN1InputStream dIn = new ASN1InputStream(octs); in toString()
666 byte[] octs = ext.getValue().getOctets(); in toString()667 ASN1InputStream dIn = new ASN1InputStream(octs); in toString()
342 ASN1OctetString octs = (ASN1OctetString)aIn.readObject(); in getObject() local344 aIn = new ASN1InputStream(octs.getOctets()); in getObject()
165 ssize_t n = 0, len, octs = 0; in printoptions() local176 if (len > octs) in printoptions()177 octs = len; in printoptions()185 octs + 4, oi.opt_width + 4, true); in printoptions()